#0F174E

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

Shades of Midnight Express #0F174E

Tints of Midnight Express #0F174E

Color information

#0F174E (or 0x0F174E) is unknown color: approx Midnight Express. HEX triplet: 0F, 17 and 4E. RGB value is (15,23,78). Sum of RGB (Red+Green+Blue) = 15+23+78=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 78 (30.86% from 255 or 67.24% from 116); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F174E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F174E is #F0E8B1. Grayscale: #1A1A1A. Windows color (decimal): -15788210 or 5117711. OLE color: 5117711.

HSL color Cylindrical-coordinate representation of color #0F174E: hue angle of 232.38º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F174E is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB152378-
CMYK0.810.7100.69
HSL232.38º67.74%18.24%-
HSV(B)232.38º80.77%30.59%-
XYZ1.881.267.35-
YUV26.88156.85119.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.93%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 78 (30.86% from 255) = 67.24%
R=12.93%
G=19.83%
B=67.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1523780.810.7100.69232.3867.7418.24
HexF174E5147045e84412
Octal1727116121107010535010422
Binary1111101111001110101000110001110100010111101000100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,23,78); }

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

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

 a { background-color: rgb(15,23,78); }

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

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

 span { border-color: rgb(15,23,78); }

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