#0F1440

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

Shades of Midnight Express #0F1440

Tints of Midnight Express #0F1440

Color information

#0F1440 (or 0x0F1440) is unknown color: approx Midnight Express. HEX triplet: 0F, 14 and 40. RGB value is (15,20,64). Sum of RGB (Red+Green+Blue) = 15+20+64=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F1440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1440 is #F0EBBF. Grayscale: #171717. Windows color (decimal): -15788992 or 4199439. OLE color: 4199439.

HSL color Cylindrical-coordinate representation of color #0F1440: hue angle of 233.88º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F1440 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB152064-
CMYK0.770.6900.75
HSL233.88º62.03%15.49%-
HSV(B)233.88º76.56%25.1%-
XYZ1.370.974.97-
YUV23.52150.84121.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.15%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 64 (25.39% from 255) = 64.65%
R=15.15%
G=20.20%
B=64.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1520640.770.6900.75233.8862.0315.49
HexF14404D4504Bea3ef
Octal172410011510501133527617
Binary11111010010000001001101100010101001011111010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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