Html Css Color HEX #02559F Cobalt

📋 copy color: '#02559F'

red 2 ◦ green 85 ◦ blue 159

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

Shades of Cobalt #02559F

Tints of Cobalt #02559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.55%

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 0.81%
G = 34.55%
B = 64.63%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02559F (or 0x02559F) is known color: Cobalt. HEX triplet: 02, 55 and 9F. RGB value is (2,85,159). Sum of RGB (Red+Green+Blue) = 2+85+159=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #02559F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02559F is #FDAA60. Grayscale: #444444. Windows color (decimal): -16624225 or 10441986. OLE color: 10441986.

HSL color Cylindrical-coordinate representation of color #02559F: hue angle of 208.28º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02559F is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 85 159 -
CMYK 0.99 0.47 0 0.38
HSL 208.28º 0.98% 0.32% -
HSV(B) 208.28º 0.99% 0.62% -
XYZ 9.53 9.01 34.04 -
YUV 68.62 179 80.48 -
System Red Green Blue C M Y K H S L
Decimal 2 85 159 0.99 0.47 0 0.38 208.28 0.98 0.32
Hex 2 55 9F 63 2F 0 26 D0 62 20
Octal 2 125 237 143 57 0 46 320 142 40
Binary 10 1010101 10011111 1100011 101111 0 100110 11010000 1100010 100000

Color Harmonies of #02559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02559F

Black with #02559F

Text Example


Text Example

White with #02559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02559F; }

 p { color: rgb(2,85,159); }

 H1.HeaderClassName
 {
   color: #02559F;
 }
 .AnyTagClassName
 {
   color: #02559F;
 }
</style>

background-color css

<style>
 a { background-color: #02559F; }

 a { background-color: rgb(2,85,159); }

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

border-color css

<style>
 span { border-color: #02559F; }

 span { border-color: rgb(2,85,159); }

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