#0C55AC

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

Shades of Cobalt #0C55AC

Tints of Cobalt #0C55AC

Color information

#0C55AC (or 0x0C55AC) is unknown color: approx Cobalt. HEX triplet: 0C, 55 and AC. RGB value is (12,85,172). Sum of RGB (Red+Green+Blue) = 12+85+172=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C55AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C55AC is #F3AA53. Grayscale: #484848. Windows color (decimal): -15968852 or 11293964. OLE color: 11293964.

HSL color Cylindrical-coordinate representation of color #0C55AC: hue angle of 212.62º 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 #0C55AC is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1285172-
CMYK0.930.5100.33
HSL212.62º86.96%36.08%-
HSV(B)212.62º93.02%67.45%-
XYZ10.859.5540.3-
YUV73.09183.8284.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.46%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 172 (67.58% from 255) = 63.94%
R=4.46%
G=31.60%
B=63.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12851720.930.5100.33212.6286.9636.08
HexC55AC5D33021d55724
Octal141252541356304132512744
Binary110010101011010110010111011100110100001110101011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C55AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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