#0C51B4

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

Shades of Cobalt #0C51B4

Tints of Cobalt #0C51B4

Color information

#0C51B4 (or 0x0C51B4) is unknown color: approx Cobalt. HEX triplet: 0C, 51 and B4. RGB value is (12,81,180). Sum of RGB (Red+Green+Blue) = 12+81+180=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 180 (70.70% from 255 or 65.93% from 273); Max value from RGB is 180 - color contains mainly: blue. Hex color #0C51B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C51B4 is #F3AE4B. Grayscale: #474747. Windows color (decimal): -15969868 or 11817228. OLE color: 11817228.

HSL color Cylindrical-coordinate representation of color #0C51B4: hue angle of 215.36º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C51B4 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1281180-
CMYK0.930.5500.29
HSL215.36º87.5%37.65%-
HSV(B)215.36º93.33%70.59%-
XYZ11.339.2644.37-
YUV71.66189.1485.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.40%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 180 (70.70% from 255) = 65.93%
R=4.40%
G=29.67%
B=65.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12811800.930.5500.29215.3687.537.65
HexC51B45D3701Dd75826
Octal141212641356703532713046
Binary11001010001101101001011101110111011101110101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C51B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,81,180); }

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

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

 a { background-color: rgb(12,81,180); }

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

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

 span { border-color: rgb(12,81,180); }

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