#0846B2

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

Shades of Cobalt #0846B2

Tints of Cobalt #0846B2

Color information

#0846B2 (or 0x0846B2) is unknown color: approx Cobalt. HEX triplet: 08, 46 and B2. RGB value is (8,70,178). Sum of RGB (Red+Green+Blue) = 8+70+178=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 178 (69.92% from 255 or 69.53% from 256); Max value from RGB is 178 - color contains mainly: blue. Hex color #0846B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0846B2 is #F7B94D. Grayscale: #3F3F3F. Windows color (decimal): -16234830 or 11683336. OLE color: 11683336.

HSL color Cylindrical-coordinate representation of color #0846B2: hue angle of 218.12º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0846B2 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB870178-
CMYK0.960.6100.30
HSL218.12º91.4%36.47%-
HSV(B)218.12º95.51%69.8%-
XYZ10.337.6543.05-
YUV63.77192.4688.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.12%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 178 (69.92% from 255) = 69.53%
R=3.12%
G=27.34%
B=69.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal8701780.960.6100.30218.1291.436.47
Hex846B2603D01Eda5b24
Octal101062621407503633213344
Binary10001000110101100101100000111101011110110110101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0846B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0846B2; }

 p { color: rgb(8,70,178); }

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

<style>
 a { background-color: #0846B2; }

 a { background-color: rgb(8,70,178); }

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

<style>
 span { border-color: #0846B2; }

 span { border-color: rgb(8,70,178); }

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