#08569B

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

Shades of Cobalt #08569B

Tints of Cobalt #08569B

Color information

#08569B (or 0x08569B) is unknown color: approx Cobalt. HEX triplet: 08, 56 and 9B. RGB value is (8,86,155). Sum of RGB (Red+Green+Blue) = 8+86+155=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #08569B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08569B is #F7A964. Grayscale: #464646. Windows color (decimal): -16230757 or 10180104. OLE color: 10180104.

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

Color convert

RGB886155-
CMYK0.950.4500.39
HSL208.16º90.18%31.96%-
HSV(B)208.16º94.84%60.78%-
XYZ9.349.0732.27-
YUV70.54175.6683.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.21%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 155 (60.94% from 255) = 62.25%
R=3.21%
G=34.54%
B=62.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8861550.950.4500.39208.1690.1831.96
Hex8569B5F2D027d05a20
Octal101262331375504732013240
Binary100010101101001101110111111011010100111110100001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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