#18197F

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

Shades of Midnight Blue #18197F

Tints of Midnight Blue #18197F

Color information

#18197F (or 0x18197F) is unknown color: approx Midnight Blue. HEX triplet: 18, 19 and 7F. RGB value is (24,25,127). Sum of RGB (Red+Green+Blue) = 24+25+127=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 127 (50% from 255 or 72.16% from 176); Max value from RGB is 127 - color contains mainly: blue. Hex color #18197F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18197F is #E7E680. Grayscale: #232323. Windows color (decimal): -15197825 or 8329496. OLE color: 8329496.

HSL color Cylindrical-coordinate representation of color #18197F: hue angle of 239.42º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18197F is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2425127-
CMYK0.810.8000.50
HSL239.42º68.21%29.61%-
HSV(B)239.42º81.1%49.8%-
XYZ4.562.4220.31-
YUV36.33179.17119.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.64%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 127 (50% from 255) = 72.16%
R=13.64%
G=14.20%
B=72.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24251270.810.8000.50239.4268.2129.61
Hex18197F5150032ef441e
Octal303117712112006235710436
Binary1100011001111111110100011010000011001011101111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18197F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,25,127); }

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

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

 a { background-color: rgb(24,25,127); }

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

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

 span { border-color: rgb(24,25,127); }

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