Html Css Color HEX #02599C Cobalt

📋 copy color: '#02599C'

red 2 ◦ green 89 ◦ blue 156

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

Shades of Cobalt #02599C

Tints of Cobalt #02599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.16%

R = 0.81%
G = 36.03%
B = 63.16%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02599C (or 0x02599C) is known color: Cobalt. HEX triplet: 02, 59 and 9C. RGB value is (2,89,156). Sum of RGB (Red+Green+Blue) = 2+89+156=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #02599C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02599C is #FDA663. Grayscale: #464646. Windows color (decimal): -16623204 or 10246402. OLE color: 10246402.

HSL color Cylindrical-coordinate representation of color #02599C: hue angle of 206.1º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02599C is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 89 156 -
CMYK 0.99 0.43 0 0.39
HSL 206.1º 0.97% 0.31% -
HSV(B) 206.1º 0.99% 0.61% -
XYZ 9.6 9.56 32.79 -
YUV 70.63 176.18 79.05 -
System Red Green Blue C M Y K H S L
Decimal 2 89 156 0.99 0.43 0 0.39 206.1 0.97 0.31
Hex 2 59 9C 63 2B 0 27 CE 61 1F
Octal 2 131 234 143 53 0 47 316 141 37
Binary 10 1011001 10011100 1100011 101011 0 100111 11001110 1100001 11111

Color Harmonies of #02599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02599C

Black with #02599C

Text Example


Text Example

White with #02599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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