Html Css Color HEX #02598C Dark Cerulean

📋 copy color: '#02598C'

red 2 ◦ green 89 ◦ blue 140

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

Shades of Dark Cerulean #02598C

Tints of Dark Cerulean #02598C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 60.61%

R = 0.87%
G = 38.53%
B = 60.61%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02598C (or 0x02598C) is known color: Dark Cerulean. HEX triplet: 02, 59 and 8C. RGB value is (2,89,140). Sum of RGB (Red+Green+Blue) = 2+89+140=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #02598C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02598C is #FDA673. Grayscale: #444444. Windows color (decimal): -16623220 or 9197826. OLE color: 9197826.

HSL color Cylindrical-coordinate representation of color #02598C: hue angle of 202.17º 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 #02598C is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 89 140 -
CMYK 0.99 0.36 0 0.45
HSL 202.17º 0.97% 0.28% -
HSV(B) 202.17º 0.99% 0.55% -
XYZ 8.33 9.05 26.12 -
YUV 68.8 168.18 80.35 -
System Red Green Blue C M Y K H S L
Decimal 2 89 140 0.99 0.36 0 0.45 202.17 0.97 0.28
Hex 2 59 8C 63 24 0 2D CA 61 1C
Octal 2 131 214 143 44 0 55 312 141 34
Binary 10 1011001 10001100 1100011 100100 0 101101 11001010 1100001 11100

Color Harmonies of #02598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02598C

Black with #02598C

Text Example


Text Example

White with #02598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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