#0F1C46

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

Shades of Midnight Express #0F1C46

Tints of Midnight Express #0F1C46

Color information

#0F1C46 (or 0x0F1C46) is unknown color: approx Midnight Express. HEX triplet: 0F, 1C and 46. RGB value is (15,28,70). Sum of RGB (Red+Green+Blue) = 15+28+70=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 70 (27.73% from 255 or 61.95% from 113); Max value from RGB is 70 - color contains mainly: blue. Hex color #0F1C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1C46 is #F0E3B9. Grayscale: #1C1C1C. Windows color (decimal): -15786938 or 4594703. OLE color: 4594703.

HSL color Cylindrical-coordinate representation of color #0F1C46: hue angle of 225.82º 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 #0F1C46 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB152870-
CMYK0.790.6000.73
HSL225.82º64.71%16.67%-
HSV(B)225.82º78.57%27.45%-
XYZ1.721.375.97-
YUV28.9151.19118.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.27%
GREEN value IS 28 (11.33% from 255) = 24.78%
BLUE value IS 70 (27.73% from 255) = 61.95%
R=13.27%
G=24.78%
B=61.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1528700.790.6000.73225.8264.7116.67
HexF1C464F3C049e24111
Octal173410611774011134210121
Binary111111100100011010011111111000100100111100010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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