#0F1944

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

Shades of Midnight Express #0F1944

Tints of Midnight Express #0F1944

Color information

#0F1944 (or 0x0F1944) is unknown color: approx Midnight Express. HEX triplet: 0F, 19 and 44. RGB value is (15,25,68). Sum of RGB (Red+Green+Blue) = 15+25+68=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 68 (26.95% from 255 or 62.96% from 108); Max value from RGB is 68 - color contains mainly: blue. Hex color #0F1944 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1944 is #F0E6BB. Grayscale: #1A1A1A. Windows color (decimal): -15787708 or 4462863. OLE color: 4462863.

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

Color convert

RGB152568-
CMYK0.780.6300.73
HSL228.68º63.86%16.27%-
HSV(B)228.68º77.94%26.67%-
XYZ1.591.215.62-
YUV26.91151.19119.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.89%
GREEN value IS 25 (10.16% from 255) = 23.15%
BLUE value IS 68 (26.95% from 255) = 62.96%
R=13.89%
G=23.15%
B=62.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1525680.780.6300.73228.6863.8616.27
HexF19444E3F049e54010
Octal173110411677011134510020
Binary111111001100010010011101111110100100111100101100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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