#0F144C

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

Shades of Midnight Express #0F144C

Tints of Midnight Express #0F144C

Color information

#0F144C (or 0x0F144C) is unknown color: approx Midnight Express. HEX triplet: 0F, 14 and 4C. RGB value is (15,20,76). Sum of RGB (Red+Green+Blue) = 15+20+76=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 76 (30.08% from 255 or 68.47% from 111); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F144C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F144C is #F0EBB3. Grayscale: #181818. Windows color (decimal): -15788980 or 4985871. OLE color: 4985871.

HSL color Cylindrical-coordinate representation of color #0F144C: hue angle of 235.08º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F144C is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB152076-
CMYK0.800.7400.70
HSL235.08º67.03%17.84%-
HSV(B)235.08º80.26%29.8%-
XYZ1.751.126.96-
YUV24.89156.84120.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.51%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 76 (30.08% from 255) = 68.47%
R=13.51%
G=18.02%
B=68.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1520760.800.7400.70235.0867.0317.84
HexF144C504A046eb4312
Octal1724114120112010635310322
Binary1111101001001100101000010010100100011011101011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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