#0C1373

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

Shades of Midnight Blue #0C1373

Tints of Midnight Blue #0C1373

Color information

#0C1373 (or 0x0C1373) is unknown color: approx Midnight Blue. HEX triplet: 0C, 13 and 73. RGB value is (12,19,115). Sum of RGB (Red+Green+Blue) = 12+19+115=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 115 (45.31% from 255 or 78.77% from 146); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C1373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1373 is #F3EC8C. Grayscale: #1B1B1B. Windows color (decimal): -15985805 or 7541516. OLE color: 7541516.

HSL color Cylindrical-coordinate representation of color #0C1373: hue angle of 235.92º 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 #0C1373 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1219115-
CMYK0.900.8300.55
HSL235.92º81.1%24.9%-
HSV(B)235.92º89.57%45.1%-
XYZ3.481.7816.38-
YUV27.85177.18116.69-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.22%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 115 (45.31% from 255) = 78.77%
R=8.22%
G=13.01%
B=78.77%

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
Decimal12191150.900.8300.55235.9281.124.9
HexC13735A53037ec5119
Octal142316313212306735412131
Binary110010011111001110110101010011011011111101100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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