#00569B

Color #00569B Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #00569B

Tints of Cobalt #00569B

Color information

#00569B (or 0x00569B) is unknown color: approx Cobalt. HEX triplet: 00, 56 and 9B. RGB value is (0,86,155). Sum of RGB (Red+Green+Blue) = 0+86+155=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #00569B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00569B is #FFA964. Grayscale: #434343. Windows color (decimal): -16755045 or 10180096. OLE color: 10180096.

HSL color Cylindrical-coordinate representation of color #00569B: hue angle of 206.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00569B is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB086155-
CMYK10.4500.39
HSL206.71º100%30.39%-
HSV(B)206.71º100%60.78%-
XYZ9.249.0232.26-
YUV68.15177.0179.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 155 (60.94% from 255) = 64.32%
R=0%
G=35.68%
B=64.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal08615510.4500.39206.7110030.39
Hex0569B642D027cf641e
Octal01262331445504731714436
Binary01010110100110111100100101101010011111001111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00569B;
 }
 .AnyTagClassName
 {
   color: #00569B;
 }
</style>
background-color css

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

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

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

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

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

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