#18016E

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

Shades of Midnight Blue #18016E

Tints of Midnight Blue #18016E

Color information

#18016E (or 0x18016E) is unknown color: approx Midnight Blue. HEX triplet: 18, 01 and 6E. RGB value is (24,1,110). Sum of RGB (Red+Green+Blue) = 24+1+110=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 110 (43.36% from 255 or 81.48% from 135); Max value from RGB is 110 - color contains mainly: blue. Hex color #18016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18016E is #E7FE91. Grayscale: #131313. Windows color (decimal): -15203986 or 7209240. OLE color: 7209240.

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

Color convert

RGB241110-
CMYK0.780.9900.57
HSL252.66º98.2%21.76%-
HSV(B)252.66º99.09%43.14%-
XYZ3.21.3414.84-
YUV20.3178.62130.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 110 (43.36% from 255) = 81.48%
R=17.78%
G=0.74%
B=81.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2411100.780.9900.57252.6698.221.76
Hex1816E4E63039fd6216
Octal30115611614307137514226
Binary110001110111010011101100011011100111111101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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