#0C145C

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

Shades of Midnight Blue #0C145C

Tints of Midnight Blue #0C145C

Color information

#0C145C (or 0x0C145C) is unknown color: approx Midnight Blue. HEX triplet: 0C, 14 and 5C. RGB value is (12,20,92). Sum of RGB (Red+Green+Blue) = 12+20+92=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 92 (36.33% from 255 or 74.19% from 124); Max value from RGB is 92 - color contains mainly: blue. Hex color #0C145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C145C is #F3EBA3. Grayscale: #191919. Windows color (decimal): -15985572 or 6034444. OLE color: 6034444.

HSL color Cylindrical-coordinate representation of color #0C145C: hue angle of 234º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C145C is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB122092-
CMYK0.870.7800.64
HSL234º76.92%20.39%-
HSV(B)234º86.96%36.08%-
XYZ2.331.3510.26-
YUV25.82165.35118.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.68%
GREEN value IS 20 (8.20% from 255) = 16.13%
BLUE value IS 92 (36.33% from 255) = 74.19%
R=9.68%
G=16.13%
B=74.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1220920.870.7800.6423476.9220.39
HexC145C574E040ea4d14
Octal1424134127116010035211524
Binary1100101001011100101011110011100100000011101010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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