#0F1332

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

Shades of Midnight Express #0F1332

Tints of Midnight Express #0F1332

Color information

#0F1332 (or 0x0F1332) is unknown color: approx Midnight Express. HEX triplet: 0F, 13 and 32. RGB value is (15,19,50). Sum of RGB (Red+Green+Blue) = 15+19+50=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #0F1332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1332 is #F0ECCD. Grayscale: #151515. Windows color (decimal): -15789262 or 3281679. OLE color: 3281679.

HSL color Cylindrical-coordinate representation of color #0F1332: hue angle of 233.14º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F1332 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB151950-
CMYK0.700.6200.80
HSL233.14º53.85%12.75%-
HSV(B)233.14º70%19.61%-
XYZ1.010.83.12-
YUV21.34144.17123.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.86%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 50 (19.92% from 255) = 59.52%
R=17.86%
G=22.62%
B=59.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1519500.700.6200.80233.1453.8512.75
HexF1332463E050e936d
Octal1723621067601203516615
Binary111110011110010100011011111001010000111010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,19,50); }

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

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

 a { background-color: rgb(15,19,50); }

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

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

 span { border-color: rgb(15,19,50); }

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