Html Css Color HEX #00569F Cobalt

📋 copy color: '#00569F'

red 0 ◦ green 86 ◦ blue 159

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

Shades of Cobalt #00569F

Tints of Cobalt #00569F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.1%

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

R = 0%
G = 35.1%
B = 64.9%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00569F (or 0x00569F) is known color: Cobalt. HEX triplet: 00, 56 and 9F. RGB value is (0,86,159). Sum of RGB (Red+Green+Blue) = 0+86+159=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #00569F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00569F is #FFA960. Grayscale: #444444. Windows color (decimal): -16755041 or 10442240. OLE color: 10442240.

HSL color Cylindrical-coordinate representation of color #00569F: hue angle of 207.55º 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 #00569F is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 86 159 -
CMYK 1 0.46 0 0.38
HSL 207.55º 1% 0.31% -
HSV(B) 207.55º 1% 0.62% -
XYZ 9.59 9.16 34.06 -
YUV 68.61 179.01 79.06 -
System Red Green Blue C M Y K H S L
Decimal 0 86 159 1 0.46 0 0.38 207.55 1 0.31
Hex 0 56 9F 64 2E 0 26 D0 64 1F
Octal 0 126 237 144 56 0 46 320 144 37
Binary 0 1010110 10011111 1100100 101110 0 100110 11010000 1100100 11111

Color Harmonies of #00569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00569F

Black with #00569F

Text Example


Text Example

White with #00569F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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