#0C0F4C

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

Shades of Midnight Express #0C0F4C

Tints of Midnight Express #0C0F4C

Color information

#0C0F4C (or 0x0C0F4C) is unknown color: approx Midnight Express. HEX triplet: 0C, 0F and 4C. RGB value is (12,15,76). Sum of RGB (Red+Green+Blue) = 12+15+76=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 76 (30.08% from 255 or 73.79% from 103); Max value from RGB is 76 - color contains mainly: blue. Hex color #0C0F4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0F4C is #F3F0B3. Grayscale: #141414. Windows color (decimal): -15986868 or 4984588. OLE color: 4984588.

HSL color Cylindrical-coordinate representation of color #0C0F4C: hue angle of 237.19º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C0F4C is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB121576-
CMYK0.840.8000.70
HSL237.19º72.73%17.25%-
HSV(B)237.19º84.21%29.8%-
XYZ1.630.946.93-
YUV21.06159.01121.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.65%
GREEN value IS 15 (6.25% from 255) = 14.56%
BLUE value IS 76 (30.08% from 255) = 73.79%
R=11.65%
G=14.56%
B=73.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1215760.840.8000.70237.1972.7317.25
HexCF4C5450046ed4911
Octal1417114124120010635511121
Binary110011111001100101010010100000100011011101101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,15,76); }

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

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

 a { background-color: rgb(12,15,76); }

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

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

 span { border-color: rgb(12,15,76); }

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