Html Css Color HEX #02557D Dark Cerulean

📋 copy color: '#02557D'

red 2 ◦ green 85 ◦ blue 125

#02557D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #02557D

Tints of Dark Cerulean #02557D

RGB

 RED value IS 2 (1.17% from 255) = 0.94%

 GREEN value IS 85 (33.59% from 255) = 40.09%

 BLUE value IS 125 (49.22% from 255) = 58.96%

R = 0.94%
G = 40.09%
B = 58.96%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02557D (or 0x02557D) is known color: Dark Cerulean. HEX triplet: 02, 55 and 7D. RGB value is (2,85,125). Sum of RGB (Red+Green+Blue) = 2+85+125=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #02557D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02557D is #FDAA82. Grayscale: #404040. Windows color (decimal): -16624259 or 8213762. OLE color: 8213762.

HSL color Cylindrical-coordinate representation of color #02557D: hue angle of 199.51º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02557D is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 85 125 -
CMYK 0.98 0.32 0 0.51
HSL 199.51º 0.97% 0.25% -
HSV(B) 199.51º 0.98% 0.49% -
XYZ 6.98 7.99 20.58 -
YUV 64.74 162 83.25 -
System Red Green Blue C M Y K H S L
Decimal 2 85 125 0.98 0.32 0 0.51 199.51 0.97 0.25
Hex 2 55 7D 62 20 0 33 C8 61 19
Octal 2 125 175 142 40 0 63 310 141 31
Binary 10 1010101 1111101 1100010 100000 0 110011 11001000 1100001 11001

Color Harmonies of #02557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02557D

Black with #02557D

Text Example


Text Example

White with #02557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02557D; }

 p { color: rgb(2,85,125); }

 H1.HeaderClassName
 {
   color: #02557D;
 }
 .AnyTagClassName
 {
   color: #02557D;
 }
</style>

background-color css

<style>
 a { background-color: #02557D; }

 a { background-color: rgb(2,85,125); }

 div.DivClassName
 {
   background-color: #02557D;
 }
 .BgClassName
 {
   background-color: #02557D;
 }
</style>

border-color css

<style>
 span { border-color: #02557D; }

 span { border-color: rgb(2,85,125); }

 td.TdClassName
 {
   border-color: #02557D;
 }
 .TagClassName
 {
   border-color: #02557D;
 }
</style>