#0c0556

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

Shades of Midnight Blue #0C0556

Tints of Midnight Blue #0C0556

Color information

#0C0556 (or 0x0C0556) is unknown color: approx Midnight Blue. HEX triplet: 0C, 05 and 56. RGB value is (12,5,86). Sum of RGB (Red+Green+Blue) = 12+5+86=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 86 (33.98% from 255 or 83.50% from 103); Max value from RGB is 86 - color contains mainly: blue. Hex color #0C0556 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0556 is #F3FAA9. Grayscale: #101010. Windows color (decimal): -15989418 or 5637388. OLE color: 5637388.

HSL color Cylindrical-coordinate representation of color #0C0556: hue angle of 245.19º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0556 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB12586-
CMYK0.860.9400.66
HSL245.19º89.01%17.84%-
HSV(B)245.19º94.19%33.73%-
XYZ1.890.868.87-
YUV16.33167.32124.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.65%
GREEN value IS 5 (2.34% from 255) = 4.85%
BLUE value IS 86 (33.98% from 255) = 83.50%
R=11.65%
G=4.85%
B=83.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal125860.860.9400.66245.1989.0117.84
HexC556565E042f55912
Octal145126126136010236513122
Binary11001011010110101011010111100100001011110101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c0556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,5,86); }

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

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

 a { background-color: rgb(12,5,86); }

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

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

 span { border-color: rgb(12,5,86); }

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