Html Css Color HEX #02598E Dark Cerulean

📋 copy color: '#02598E'

red 2 ◦ green 89 ◦ blue 142

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

Shades of Dark Cerulean #02598E

Tints of Dark Cerulean #02598E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.2%

 BLUE value IS 142 (55.86% from 255) = 60.94%

R = 0.86%
G = 38.2%
B = 60.94%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02598E (or 0x02598E) is known color: Dark Cerulean. HEX triplet: 02, 59 and 8E. RGB value is (2,89,142). Sum of RGB (Red+Green+Blue) = 2+89+142=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #02598E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02598E is #FDA671. Grayscale: #444444. Windows color (decimal): -16623218 or 9328898. OLE color: 9328898.

HSL color Cylindrical-coordinate representation of color #02598E: hue angle of 202.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02598E is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 89 142 -
CMYK 0.99 0.37 0 0.44
HSL 202.71º 0.97% 0.28% -
HSV(B) 202.71º 0.99% 0.56% -
XYZ 8.48 9.11 26.9 -
YUV 69.03 169.18 80.19 -
System Red Green Blue C M Y K H S L
Decimal 2 89 142 0.99 0.37 0 0.44 202.71 0.97 0.28
Hex 2 59 8E 63 25 0 2C CB 61 1C
Octal 2 131 216 143 45 0 54 313 141 34
Binary 10 1011001 10001110 1100011 100101 0 101100 11001011 1100001 11100

Color Harmonies of #02598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02598E

Black with #02598E

Text Example


Text Example

White with #02598E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02598E; }

 p { color: rgb(2,89,142); }

 H1.HeaderClassName
 {
   color: #02598E;
 }
 .AnyTagClassName
 {
   color: #02598E;
 }
</style>

background-color css

<style>
 a { background-color: #02598E; }

 a { background-color: rgb(2,89,142); }

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

border-color css

<style>
 span { border-color: #02598E; }

 span { border-color: rgb(2,89,142); }

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