#18116F

Color #18116F Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #18116F

Tints of Midnight Blue #18116F

Color information

#18116F (or 0x18116F) is unknown color: approx Midnight Blue. HEX triplet: 18, 11 and 6F. RGB value is (24,17,111). Sum of RGB (Red+Green+Blue) = 24+17+111=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 111 (43.75% from 255 or 73.03% from 152); Max value from RGB is 111 - color contains mainly: blue. Hex color #18116F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18116F is #E7EE90. Grayscale: #1D1D1D. Windows color (decimal): -15199889 or 7278872. OLE color: 7278872.

HSL color Cylindrical-coordinate representation of color #18116F: hue angle of 244.47º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18116F is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2417111-
CMYK0.780.8500.56
HSL244.47º73.44%25.1%-
HSV(B)244.47º84.68%43.53%-
XYZ3.451.7415.19-
YUV29.81173.82123.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 111 (43.75% from 255) = 73.03%
R=15.79%
G=11.18%
B=73.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24171110.780.8500.56244.4773.4425.1
Hex18116F4E55038f44919
Octal302115711612507036411131
Binary1100010001110111110011101010101011100011110100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18116F; }

 p { color: rgb(24,17,111); }

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

<style>
 a { background-color: #18116F; }

 a { background-color: rgb(24,17,111); }

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

<style>
 span { border-color: #18116F; }

 span { border-color: rgb(24,17,111); }

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