#18217D

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

Shades of Midnight Blue #18217D

Tints of Midnight Blue #18217D

Color information

#18217D (or 0x18217D) is unknown color: approx Midnight Blue. HEX triplet: 18, 21 and 7D. RGB value is (24,33,125). Sum of RGB (Red+Green+Blue) = 24+33+125=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 125 (49.22% from 255 or 68.68% from 182); Max value from RGB is 125 - color contains mainly: blue. Hex color #18217D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18217D is #E7DE82. Grayscale: #282828. Windows color (decimal): -15195779 or 8200472. OLE color: 8200472.

HSL color Cylindrical-coordinate representation of color #18217D: hue angle of 234.65º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18217D is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2433125-
CMYK0.810.7400.51
HSL234.65º67.79%29.22%-
HSV(B)234.65º80.8%49.02%-
XYZ4.622.7619.69-
YUV40.8175.52116.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.19%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 125 (49.22% from 255) = 68.68%
R=13.19%
G=18.13%
B=68.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24331250.810.7400.51234.6567.7929.22
Hex18217D514A033eb441d
Octal304117512111206335310435
Binary11000100001111110110100011001010011001111101011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18217D; }

 p { color: rgb(24,33,125); }

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

<style>
 a { background-color: #18217D; }

 a { background-color: rgb(24,33,125); }

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

<style>
 span { border-color: #18217D; }

 span { border-color: rgb(24,33,125); }

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