Html Css Color HEX #00559F Cobalt

📋 copy color: '#00559F'

red 0 ◦ green 85 ◦ blue 159

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

Shades of Cobalt #00559F

Tints of Cobalt #00559F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 34.84%
B = 65.16%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00559F (or 0x00559F) is known color: Cobalt. HEX triplet: 00, 55 and 9F. RGB value is (0,85,159). Sum of RGB (Red+Green+Blue) = 0+85+159=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #00559F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00559F is #FFAA60. Grayscale: #434343. Windows color (decimal): -16755297 or 10441984. OLE color: 10441984.

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

Color convert

RGB 0 85 159 -
CMYK 1 0.47 0 0.38
HSL 207.92º 1% 0.31% -
HSV(B) 207.92º 1% 0.62% -
XYZ 9.51 9 34.04 -
YUV 68.02 179.34 79.48 -
System Red Green Blue C M Y K H S L
Decimal 0 85 159 1 0.47 0 0.38 207.92 1 0.31
Hex 0 55 9F 64 2F 0 26 D0 64 1F
Octal 0 125 237 144 57 0 46 320 144 37
Binary 0 1010101 10011111 1100100 101111 0 100110 11010000 1100100 11111

Color Harmonies of #00559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00559F

Black with #00559F

Text Example


Text Example

White with #00559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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