#0C48BC

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

Shades of Cobalt #0C48BC

Tints of Cobalt #0C48BC

Color information

#0C48BC (or 0x0C48BC) is unknown color: approx Cobalt. HEX triplet: 0C, 48 and BC. RGB value is (12,72,188). Sum of RGB (Red+Green+Blue) = 12+72+188=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C48BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C48BC is #F3B743. Grayscale: #424242. Windows color (decimal): -15972164 or 12339212. OLE color: 12339212.

HSL color Cylindrical-coordinate representation of color #0C48BC: hue angle of 219.55º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C48BC is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1272188-
CMYK0.940.6200.26
HSL219.55º88%39.22%-
HSV(B)219.55º93.62%73.73%-
XYZ11.558.3448.58-
YUV67.28196.1288.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.41%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 188 (73.83% from 255) = 69.12%
R=4.41%
G=26.47%
B=69.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12721880.940.6200.26219.558839.22
HexC48BC5E3E01Adc5827
Octal141102741367603233413047
Binary11001001000101111001011110111110011010110111001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C48BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,72,188); }

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

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

 a { background-color: rgb(12,72,188); }

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

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

 span { border-color: rgb(12,72,188); }

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