#08509F

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

Shades of Cobalt #08509F

Tints of Cobalt #08509F

Color information

#08509F (or 0x08509F) is unknown color: approx Cobalt. HEX triplet: 08, 50 and 9F. RGB value is (8,80,159). Sum of RGB (Red+Green+Blue) = 8+80+159=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #08509F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08509F is #F7AF60. Grayscale: #434343. Windows color (decimal): -16232289 or 10440712. OLE color: 10440712.

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

Color convert

RGB880159-
CMYK0.950.5000.38
HSL211.39º90.42%32.75%-
HSV(B)211.39º94.97%62.35%-
XYZ9.238.2933.92-
YUV67.48179.6585.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.24%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 159 (62.5% from 255) = 64.37%
R=3.24%
G=32.39%
B=64.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8801590.950.5000.38211.3990.4232.75
Hex8509F5F32026d35a21
Octal101202371376204632313241
Binary100010100001001111110111111100100100110110100111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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