Html Css Color HEX #02558B Dark Cerulean

📋 copy color: '#02558B'

red 2 ◦ green 85 ◦ blue 139

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

Shades of Dark Cerulean #02558B

Tints of Dark Cerulean #02558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.5%

R = 0.88%
G = 37.61%
B = 61.5%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02558B (or 0x02558B) is known color: Dark Cerulean. HEX triplet: 02, 55 and 8B. RGB value is (2,85,139). Sum of RGB (Red+Green+Blue) = 2+85+139=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #02558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02558B is #FDAA74. Grayscale: #424242. Windows color (decimal): -16624245 or 9131266. OLE color: 9131266.

HSL color Cylindrical-coordinate representation of color #02558B: hue angle of 203.65º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02558B is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 85 139 -
CMYK 0.99 0.39 0 0.45
HSL 203.65º 0.97% 0.28% -
HSV(B) 203.65º 0.99% 0.55% -
XYZ 7.93 8.37 25.62 -
YUV 66.34 169 82.11 -
System Red Green Blue C M Y K H S L
Decimal 2 85 139 0.99 0.39 0 0.45 203.65 0.97 0.28
Hex 2 55 8B 63 27 0 2D CC 61 1C
Octal 2 125 213 143 47 0 55 314 141 34
Binary 10 1010101 10001011 1100011 100111 0 101101 11001100 1100001 11100

Color Harmonies of #02558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02558B

Black with #02558B

Text Example


Text Example

White with #02558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02558B; }

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

 H1.HeaderClassName
 {
   color: #02558B;
 }
 .AnyTagClassName
 {
   color: #02558B;
 }
</style>

background-color css

<style>
 a { background-color: #02558B; }

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

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

border-color css

<style>
 span { border-color: #02558B; }

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

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