#18096F

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

Shades of Midnight Blue #18096F

Tints of Midnight Blue #18096F

Color information

#18096F (or 0x18096F) is unknown color: approx Midnight Blue. HEX triplet: 18, 09 and 6F. RGB value is (24,9,111). Sum of RGB (Red+Green+Blue) = 24+9+111=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 111 (43.75% from 255 or 77.08% from 144); Max value from RGB is 111 - color contains mainly: blue. Hex color #18096F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18096F is #E7F690. Grayscale: #181818. Windows color (decimal): -15201937 or 7276824. OLE color: 7276824.

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

Color convert

RGB249111-
CMYK0.780.9200.56
HSL248.82º85%23.53%-
HSV(B)248.82º91.89%43.53%-
XYZ3.341.5415.16-
YUV25.11176.47127.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.67%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 111 (43.75% from 255) = 77.08%
R=16.67%
G=6.25%
B=77.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2491110.780.9200.56248.828523.53
Hex1896F4E5C038f95518
Octal301115711613407037112530
Binary110001001110111110011101011100011100011111001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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