#18046F

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

Shades of Midnight Blue #18046F

Tints of Midnight Blue #18046F

Color information

#18046F (or 0x18046F) is unknown color: approx Midnight Blue. HEX triplet: 18, 04 and 6F. RGB value is (24,4,111). Sum of RGB (Red+Green+Blue) = 24+4+111=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 111 (43.75% from 255 or 79.86% from 139); Max value from RGB is 111 - color contains mainly: blue. Hex color #18046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18046F is #E7FB90. Grayscale: #151515. Windows color (decimal): -15203217 or 7275544. OLE color: 7275544.

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

Color convert

RGB244111-
CMYK0.780.9600.56
HSL251.21º93.04%22.55%-
HSV(B)251.21º96.4%43.53%-
XYZ3.291.4315.14-
YUV22.18178.13129.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 111 (43.75% from 255) = 79.86%
R=17.27%
G=2.88%
B=79.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2441110.780.9600.56251.2193.0422.55
Hex1846F4E60038fb5d17
Octal30415711614007037313527
Binary11000100110111110011101100000011100011111011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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