Color Hex Logo

#00254f Color Hex

#00254F
(0,37,79)
0 Favorites   0 Comments

Color spaces of #00254f

RGB 03779
HSL0.591.000.15
HSV212°100°31°
CMYK 1.000.530.00   0.69
XYZ2.07291.88767.6522
Yxy1.88760.17850.1625
Hunter Lab13.73902.8883-23.4054
CIE-Lab14.88606.5666-29.2834

#00254f color RGB value is (0,37,79).

#00254f hex color red value is 0, green value is 37 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #00254f hue: 0.59 , saturation: 1.00 and the lightness value of 00254f is 0.15.

The process color (four color CMYK) of #00254f color hex is 1.00, 0.53, 0.00, 0.69. Web safe color of #00254f is #003366. Color #00254f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100101 01001111
Octal 0 45 117
Decimal 0 37 79
Hex 0 25 4F

RGB Percentages of Color #00254f

%0.00
%31.90
%68.10

CMYK Percentages of Color #00254f

%100
%53
%0
%69

Triadic Colors of #00254f

#00254f #4f0025 #254f00

Analogous Colors of #00254f

#00254f #02004f #004d4f

Monochromatic Colors of #00254f

#00254f

Complementary Color

#00254f #4f2a00

#00254f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00254f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00254f Color CSS Codes

.mybgcolor {background-color:#00254f; } 
.myforecolor {color:#00254f; }
.mybordercolor {border:3px solid #00254f; }

#00254f Text Font Color

<p style="color:#00254f">Text here</p>

This sample text font color is #00254f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00254f Background Color

<div style="background-color:#00254f">
Div content here</div>

This div background color is #00254f


#00254f Border Color

<div style="border:3px solid #00254f">
Div here</div>

This div border color is #00254f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,37,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00254f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00254f;
  -webkit-box-shadow: 1px 1px 3px 2px #00254f;
  box-shadow:         1px 1px 3px 2px #00254f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,37,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00254f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00254f;
  -webkit-box-shadow: 1px 1px 3px 2px #00254f;
  box-shadow:         1px 1px 3px 2px #00254f;">
Div content here</div>

This div box has shadow with color #00254f


Comments

No comments written yet.

Please login to write comment.