Html Css Color HEX #02598A Dark Cerulean

📋 copy color: '#02598A'

red 2 ◦ green 89 ◦ blue 138

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

Shades of Dark Cerulean #02598A

Tints of Dark Cerulean #02598A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 60.26%

R = 0.87%
G = 38.86%
B = 60.26%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#02598A (or 0x02598A) is known color: Dark Cerulean. HEX triplet: 02, 59 and 8A. RGB value is (2,89,138). Sum of RGB (Red+Green+Blue) = 2+89+138=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #02598A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02598A is #FDA675. Grayscale: #444444. Windows color (decimal): -16623222 or 9066754. OLE color: 9066754.

HSL color Cylindrical-coordinate representation of color #02598A: hue angle of 201.62º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02598A is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 89 138 -
CMYK 0.99 0.36 0 0.46
HSL 201.62º 0.97% 0.27% -
HSV(B) 201.62º 0.99% 0.54% -
XYZ 8.18 8.99 25.35 -
YUV 68.57 167.18 80.52 -
System Red Green Blue C M Y K H S L
Decimal 2 89 138 0.99 0.36 0 0.46 201.62 0.97 0.27
Hex 2 59 8A 63 24 0 2E CA 61 1B
Octal 2 131 212 143 44 0 56 312 141 33
Binary 10 1011001 10001010 1100011 100100 0 101110 11001010 1100001 11011

Color Harmonies of #02598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02598A

Black with #02598A

Text Example


Text Example

White with #02598A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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