#21186A

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

Shades of Midnight Blue #21186A

Tints of Midnight Blue #21186A

Color information

#21186A (or 0x21186A) is unknown color: approx Midnight Blue. HEX triplet: 21, 18 and 6A. RGB value is (33,24,106). Sum of RGB (Red+Green+Blue) = 33+24+106=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #21186A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21186A is #DEE795. Grayscale: #232323. Windows color (decimal): -14608278 or 6952993. OLE color: 6952993.

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

Color convert

RGB3324106-
CMYK0.690.7700.58
HSL246.59º63.08%25.49%-
HSV(B)246.59º77.36%41.57%-
XYZ3.562.0213.84-
YUV36.04167.48125.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 106 (41.80% from 255) = 65.03%
R=20.25%
G=14.72%
B=65.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33241060.690.7700.58246.5963.0825.49
Hex21186A454D03Af73f19
Octal41301521051150723677731
Binary1000011100011010101000101100110101110101111011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21186A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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