#0F144F

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

Shades of Midnight Express #0F144F

Tints of Midnight Express #0F144F

Color information

#0F144F (or 0x0F144F) is unknown color: approx Midnight Express. HEX triplet: 0F, 14 and 4F. RGB value is (15,20,79). Sum of RGB (Red+Green+Blue) = 15+20+79=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 79 (31.25% from 255 or 69.30% from 114); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F144F is #F0EBB0. Grayscale: #181818. Windows color (decimal): -15788977 or 5182479. OLE color: 5182479.

HSL color Cylindrical-coordinate representation of color #0F144F: hue angle of 235.31º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F144F is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB152079-
CMYK0.810.7500.69
HSL235.31º68.09%18.43%-
HSV(B)235.31º81.01%30.98%-
XYZ1.861.177.52-
YUV25.23158.34120.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.16%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 79 (31.25% from 255) = 69.30%
R=13.16%
G=17.54%
B=69.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1520790.810.7500.69235.3168.0918.43
HexF144F514B045eb4412
Octal1724117121113010535310422
Binary1111101001001111101000110010110100010111101011100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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