Html Css Color HEX #02599B Cobalt

📋 copy color: '#02599B'

red 2 ◦ green 89 ◦ blue 155

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

Shades of Cobalt #02599B

Tints of Cobalt #02599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.01%

R = 0.81%
G = 36.18%
B = 63.01%

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

#02599B (or 0x02599B) is known color: Cobalt. HEX triplet: 02, 59 and 9B. RGB value is (2,89,155). Sum of RGB (Red+Green+Blue) = 2+89+155=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #02599B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02599B is #FDA664. Grayscale: #464646. Windows color (decimal): -16623205 or 10180866. OLE color: 10180866.

HSL color Cylindrical-coordinate representation of color #02599B: hue angle of 205.88º 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 #02599B is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 89 155 -
CMYK 0.99 0.43 0 0.39
HSL 205.88º 0.97% 0.31% -
HSV(B) 205.88º 0.99% 0.61% -
XYZ 9.51 9.52 32.35 -
YUV 70.51 175.68 79.13 -
System Red Green Blue C M Y K H S L
Decimal 2 89 155 0.99 0.43 0 0.39 205.88 0.97 0.31
Hex 2 59 9B 63 2B 0 27 CE 61 1F
Octal 2 131 233 143 53 0 47 316 141 37
Binary 10 1011001 10011011 1100011 101011 0 100111 11001110 1100001 11111

Color Harmonies of #02599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02599B

Black with #02599B

Text Example


Text Example

White with #02599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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