#08459A

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

Shades of Cobalt #08459A

Tints of Cobalt #08459A

Color information

#08459A (or 0x08459A) is unknown color: approx Cobalt. HEX triplet: 08, 45 and 9A. RGB value is (8,69,154). Sum of RGB (Red+Green+Blue) = 8+69+154=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 154 (60.55% from 255 or 66.67% from 231); Max value from RGB is 154 - color contains mainly: blue. Hex color #08459A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08459A is #F7BA65. Grayscale: #3C3C3C. Windows color (decimal): -16235110 or 10110216. OLE color: 10110216.

HSL color Cylindrical-coordinate representation of color #08459A: hue angle of 214.93º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08459A is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB869154-
CMYK0.950.5500.40
HSL214.93º90.12%31.76%-
HSV(B)214.93º94.81%60.39%-
XYZ8.066.6431.43-
YUV60.45180.7990.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.46%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 154 (60.55% from 255) = 66.67%
R=3.46%
G=29.87%
B=66.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8691540.950.5500.40214.9390.1231.76
Hex8459A5F37028d75a20
Octal101052321376705032713240
Binary100010001011001101010111111101110101000110101111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08459A; }

 p { color: rgb(8,69,154); }

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

<style>
 a { background-color: #08459A; }

 a { background-color: rgb(8,69,154); }

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

<style>
 span { border-color: #08459A; }

 span { border-color: rgb(8,69,154); }

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