#0C44AC

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

Shades of Cobalt #0C44AC

Tints of Cobalt #0C44AC

Color information

#0C44AC (or 0x0C44AC) is unknown color: approx Cobalt. HEX triplet: 0C, 44 and AC. RGB value is (12,68,172). Sum of RGB (Red+Green+Blue) = 12+68+172=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C44AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C44AC is #F3BB53. Grayscale: #3E3E3E. Windows color (decimal): -15973204 or 11289612. OLE color: 11289612.

HSL color Cylindrical-coordinate representation of color #0C44AC: hue angle of 219º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C44AC is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1268172-
CMYK0.930.6000.33
HSL219º86.96%36.08%-
HSV(B)219º93.02%67.45%-
XYZ9.677.1939.91-
YUV63.11189.4591.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.76%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 172 (67.58% from 255) = 68.25%
R=4.76%
G=26.98%
B=68.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12681720.930.6000.3321986.9636.08
HexC44AC5D3C021db5724
Octal141042541357404133312744
Binary110010001001010110010111011111000100001110110111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C44AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,68,172); }

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

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

 a { background-color: rgb(12,68,172); }

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

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

 span { border-color: rgb(12,68,172); }

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