#18217C

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

Shades of Midnight Blue #18217C

Tints of Midnight Blue #18217C

Color information

#18217C (or 0x18217C) is unknown color: approx Midnight Blue. HEX triplet: 18, 21 and 7C. RGB value is (24,33,124). Sum of RGB (Red+Green+Blue) = 24+33+124=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #18217C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18217C is #E7DE83. Grayscale: #282828. Windows color (decimal): -15195780 or 8134936. OLE color: 8134936.

HSL color Cylindrical-coordinate representation of color #18217C: hue angle of 234.6º 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 #18217C is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2433124-
CMYK0.810.7300.51
HSL234.6º67.57%29.02%-
HSV(B)234.6º80.65%48.63%-
XYZ4.562.7419.36-
YUV40.68175.02116.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.26%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 124 (48.83% from 255) = 68.51%
R=13.26%
G=18.23%
B=68.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24331240.810.7300.51234.667.5729.02
Hex18217C5149033eb441d
Octal304117412111106335310435
Binary11000100001111110010100011001001011001111101011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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