#0F144A

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

Shades of Midnight Express #0F144A

Tints of Midnight Express #0F144A

Color information

#0F144A (or 0x0F144A) is unknown color: approx Midnight Express. HEX triplet: 0F, 14 and 4A. RGB value is (15,20,74). Sum of RGB (Red+Green+Blue) = 15+20+74=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 74 (29.30% from 255 or 67.89% from 109); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F144A is #F0EBB5. Grayscale: #181818. Windows color (decimal): -15788982 or 4854799. OLE color: 4854799.

HSL color Cylindrical-coordinate representation of color #0F144A: hue angle of 234.92º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F144A is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB152074-
CMYK0.800.7300.71
HSL234.92º66.29%17.45%-
HSV(B)234.92º79.73%29.02%-
XYZ1.681.16.6-
YUV24.66155.84121.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.76%
GREEN value IS 20 (8.20% from 255) = 18.35%
BLUE value IS 74 (29.30% from 255) = 67.89%
R=13.76%
G=18.35%
B=67.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1520740.800.7300.71234.9266.2917.45
HexF144A5049047eb4211
Octal1724112120111010735310221
Binary1111101001001010101000010010010100011111101011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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