#18095A

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

Shades of Midnight Blue #18095A

Tints of Midnight Blue #18095A

Color information

#18095A (or 0x18095A) is unknown color: approx Midnight Blue. HEX triplet: 18, 09 and 5A. RGB value is (24,9,90). Sum of RGB (Red+Green+Blue) = 24+9+90=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #18095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18095A is #E7F6A5. Grayscale: #161616. Windows color (decimal): -15201958 or 5900568. OLE color: 5900568.

HSL color Cylindrical-coordinate representation of color #18095A: hue angle of 251.11º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18095A is Cyan = 0.73, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB24990-
CMYK0.730.900.65
HSL251.11º81.82%19.41%-
HSV(B)251.11º90%35.29%-
XYZ2.321.139.77-
YUV22.72165.97128.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 90 (35.55% from 255) = 73.17%
R=19.51%
G=7.32%
B=73.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal249900.730.900.65251.1181.8219.41
Hex1895A495A041fb5213
Octal3011132111132010137312223
Binary1100010011011010100100110110100100000111111011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18095A; }

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

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

<style>
 a { background-color: #18095A; }

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

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

<style>
 span { border-color: #18095A; }

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

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