#21186C

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

Shades of Midnight Blue #21186C

Tints of Midnight Blue #21186C

Color information

#21186C (or 0x21186C) is unknown color: approx Midnight Blue. HEX triplet: 21, 18 and 6C. RGB value is (33,24,108). Sum of RGB (Red+Green+Blue) = 33+24+108=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #21186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21186C is #DEE793. Grayscale: #232323. Windows color (decimal): -14608276 or 7084065. OLE color: 7084065.

HSL color Cylindrical-coordinate representation of color #21186C: hue angle of 246.43º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21186C is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3324108-
CMYK0.690.7800.58
HSL246.43º63.64%25.88%-
HSV(B)246.43º77.78%42.35%-
XYZ3.662.0614.39-
YUV36.27168.48125.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 24 (9.77% from 255) = 14.55%
BLUE value IS 108 (42.58% from 255) = 65.45%
R=20%
G=14.55%
B=65.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33241080.690.7800.58246.4363.6425.88
Hex21186C454E03Af6401a
Octal413015410511607236610032
Binary10000111000110110010001011001110011101011110110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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