#0C46B2

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

Shades of Cobalt #0C46B2

Tints of Cobalt #0C46B2

Color information

#0C46B2 (or 0x0C46B2) is unknown color: approx Cobalt. HEX triplet: 0C, 46 and B2. RGB value is (12,70,178). Sum of RGB (Red+Green+Blue) = 12+70+178=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 178 (69.92% from 255 or 68.46% from 260); Max value from RGB is 178 - color contains mainly: blue. Hex color #0C46B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C46B2 is #F3B94D. Grayscale: #404040. Windows color (decimal): -15972686 or 11683340. OLE color: 11683340.

HSL color Cylindrical-coordinate representation of color #0C46B2: hue angle of 219.04º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C46B2 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1270178-
CMYK0.930.6100.30
HSL219.04º87.37%37.25%-
HSV(B)219.04º93.26%69.8%-
XYZ10.387.6743.05-
YUV64.97191.7890.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.62%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 178 (69.92% from 255) = 68.46%
R=4.62%
G=26.92%
B=68.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12701780.930.6100.30219.0487.3737.25
HexC46B25D3D01Edb5725
Octal141062621357503633312745
Binary11001000110101100101011101111101011110110110111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C46B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C46B2; }

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

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

<style>
 a { background-color: #0C46B2; }

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

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

<style>
 span { border-color: #0C46B2; }

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

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