#0F1946

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

Shades of Midnight Express #0F1946

Tints of Midnight Express #0F1946

Color information

#0F1946 (or 0x0F1946) is unknown color: approx Midnight Express. HEX triplet: 0F, 19 and 46. RGB value is (15,25,70). Sum of RGB (Red+Green+Blue) = 15+25+70=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 70 (27.73% from 255 or 63.64% from 110); Max value from RGB is 70 - color contains mainly: blue. Hex color #0F1946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1946 is #F0E6B9. Grayscale: #1A1A1A. Windows color (decimal): -15787706 or 4593935. OLE color: 4593935.

HSL color Cylindrical-coordinate representation of color #0F1946: hue angle of 229.09º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F1946 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB152570-
CMYK0.790.6400.73
HSL229.09º64.71%16.67%-
HSV(B)229.09º78.57%27.45%-
XYZ1.651.245.95-
YUV27.14152.19119.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.64%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 70 (27.73% from 255) = 63.64%
R=13.64%
G=22.73%
B=63.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1525700.790.6400.73229.0964.7116.67
HexF19464F40049e54111
Octal1731106117100011134510121
Binary1111110011000110100111110000000100100111100101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,25,70); }

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

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

 a { background-color: rgb(15,25,70); }

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

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

 span { border-color: rgb(15,25,70); }

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