#0C1473

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

Shades of Midnight Blue #0C1473

Tints of Midnight Blue #0C1473

Color information

#0C1473 (or 0x0C1473) is unknown color: approx Midnight Blue. HEX triplet: 0C, 14 and 73. RGB value is (12,20,115). Sum of RGB (Red+Green+Blue) = 12+20+115=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C1473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1473 is #F3EB8C. Grayscale: #1C1C1C. Windows color (decimal): -15985549 or 7541772. OLE color: 7541772.

HSL color Cylindrical-coordinate representation of color #0C1473: hue angle of 235.34º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C1473 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1220115-
CMYK0.900.8300.55
HSL235.34º81.1%24.9%-
HSV(B)235.34º89.57%45.1%-
XYZ3.51.8216.39-
YUV28.44176.85116.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.16%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 115 (45.31% from 255) = 78.23%
R=8.16%
G=13.61%
B=78.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12201150.900.8300.55235.3481.124.9
HexC14735A53037eb5119
Octal142416313212306735312131
Binary110010100111001110110101010011011011111101011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,20,115); }

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

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

 a { background-color: rgb(12,20,115); }

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

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

 span { border-color: rgb(12,20,115); }

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