#0C1873

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

Shades of Midnight Blue #0C1873

Tints of Midnight Blue #0C1873

Color information

#0C1873 (or 0x0C1873) is unknown color: approx Midnight Blue. HEX triplet: 0C, 18 and 73. RGB value is (12,24,115). Sum of RGB (Red+Green+Blue) = 12+24+115=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 115 (45.31% from 255 or 76.16% from 151); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C1873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1873 is #F3E78C. Grayscale: #1E1E1E. Windows color (decimal): -15984525 or 7542796. OLE color: 7542796.

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

Color convert

RGB1224115-
CMYK0.900.7900.55
HSL233.01º81.1%24.9%-
HSV(B)233.01º89.57%45.1%-
XYZ3.571.9716.41-
YUV30.79175.52114.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.95%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 115 (45.31% from 255) = 76.16%
R=7.95%
G=15.89%
B=76.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12241150.900.7900.55233.0181.124.9
HexC18735A4F037e95119
Octal143016313211706735112131
Binary110011000111001110110101001111011011111101001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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