#0F1E4D

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

Shades of Midnight Express #0F1E4D

Tints of Midnight Express #0F1E4D

Color information

#0F1E4D (or 0x0F1E4D) is unknown color: approx Midnight Express. HEX triplet: 0F, 1E and 4D. RGB value is (15,30,77). Sum of RGB (Red+Green+Blue) = 15+30+77=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F1E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1E4D is #F0E1B2. Grayscale: #1E1E1E. Windows color (decimal): -15786419 or 5053967. OLE color: 5053967.

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

Color convert

RGB153077-
CMYK0.810.6100.70
HSL225.48º67.39%18.04%-
HSV(B)225.48º80.52%30.2%-
XYZ21.577.22-
YUV30.87154.03116.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.30%
GREEN value IS 30 (12.11% from 255) = 24.59%
BLUE value IS 77 (30.47% from 255) = 63.11%
R=12.30%
G=24.59%
B=63.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1530770.810.6100.70225.4867.3918.04
HexF1E4D513D046e14312
Octal173611512175010634110322
Binary111111110100110110100011111010100011011100001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,30,77); }

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

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

 a { background-color: rgb(15,30,77); }

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

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

 span { border-color: rgb(15,30,77); }

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