#08569F

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

Shades of Cobalt #08569F

Tints of Cobalt #08569F

Color information

#08569F (or 0x08569F) is unknown color: approx Cobalt. HEX triplet: 08, 56 and 9F. RGB value is (8,86,159). Sum of RGB (Red+Green+Blue) = 8+86+159=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #08569F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08569F is #F7A960. Grayscale: #464646. Windows color (decimal): -16230753 or 10442248. OLE color: 10442248.

HSL color Cylindrical-coordinate representation of color #08569F: hue angle of 209.01º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08569F is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB886159-
CMYK0.950.4600.38
HSL209.01º90.42%32.75%-
HSV(B)209.01º94.97%62.35%-
XYZ9.699.2134.07-
YUV71177.6683.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.16%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=3.16%
G=33.99%
B=62.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8861590.950.4600.38209.0190.4232.75
Hex8569F5F2E026d15a21
Octal101262371375604632113241
Binary100010101101001111110111111011100100110110100011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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