#0845B6

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

Shades of Cobalt #0845B6

Tints of Cobalt #0845B6

Color information

#0845B6 (or 0x0845B6) is unknown color: approx Cobalt. HEX triplet: 08, 45 and B6. RGB value is (8,69,182). Sum of RGB (Red+Green+Blue) = 8+69+182=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 182 (71.48% from 255 or 70.27% from 259); Max value from RGB is 182 - color contains mainly: blue. Hex color #0845B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0845B6 is #F7BA49. Grayscale: #3F3F3F. Windows color (decimal): -16235082 or 11945224. OLE color: 11945224.

HSL color Cylindrical-coordinate representation of color #0845B6: hue angle of 218.97º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0845B6 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB869182-
CMYK0.960.6200.29
HSL218.97º91.58%37.25%-
HSV(B)218.97º95.6%71.37%-
XYZ10.677.6945.18-
YUV63.64194.7988.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.09%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 182 (71.48% from 255) = 70.27%
R=3.09%
G=26.64%
B=70.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8691820.960.6200.29218.9791.5837.25
Hex845B6603E01Ddb5c25
Octal101052661407603533313445
Binary10001000101101101101100000111110011101110110111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0845B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0845B6; }

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

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

<style>
 a { background-color: #0845B6; }

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

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

<style>
 span { border-color: #0845B6; }

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

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