#18096E

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

Shades of Midnight Blue #18096E

Tints of Midnight Blue #18096E

Color information

#18096E (or 0x18096E) is unknown color: approx Midnight Blue. HEX triplet: 18, 09 and 6E. RGB value is (24,9,110). Sum of RGB (Red+Green+Blue) = 24+9+110=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 110 (43.36% from 255 or 76.92% from 143); Max value from RGB is 110 - color contains mainly: blue. Hex color #18096E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18096E is #E7F691. Grayscale: #181818. Windows color (decimal): -15201938 or 7211288. OLE color: 7211288.

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

Color convert

RGB249110-
CMYK0.780.9200.57
HSL248.91º84.87%23.33%-
HSV(B)248.91º91.82%43.14%-
XYZ3.291.5214.87-
YUV25175.97127.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.78%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 110 (43.36% from 255) = 76.92%
R=16.78%
G=6.29%
B=76.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2491100.780.9200.57248.9184.8723.33
Hex1896E4E5C039f95517
Octal301115611613407137112527
Binary110001001110111010011101011100011100111111001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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