#0C145F

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

Shades of Midnight Blue #0C145F

Tints of Midnight Blue #0C145F

Color information

#0C145F (or 0x0C145F) is unknown color: approx Midnight Blue. HEX triplet: 0C, 14 and 5F. RGB value is (12,20,95). Sum of RGB (Red+Green+Blue) = 12+20+95=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 95 (37.5% from 255 or 74.80% from 127); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C145F is #F3EBA0. Grayscale: #191919. Windows color (decimal): -15985569 or 6231052. OLE color: 6231052.

HSL color Cylindrical-coordinate representation of color #0C145F: hue angle of 234.22º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C145F is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB122095-
CMYK0.870.7900.63
HSL234.22º77.57%20.98%-
HSV(B)234.22º87.37%37.25%-
XYZ2.471.410.97-
YUV26.16166.85117.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.45%
GREEN value IS 20 (8.20% from 255) = 15.75%
BLUE value IS 95 (37.5% from 255) = 74.80%
R=9.45%
G=15.75%
B=74.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1220950.870.7900.63234.2277.5720.98
HexC145F574F03Fea4e15
Octal142413712711707735211625
Binary110010100101111110101111001111011111111101010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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