#21186E

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

Shades of Midnight Blue #21186E

Tints of Midnight Blue #21186E

Color information

#21186E (or 0x21186E) is unknown color: approx Midnight Blue. HEX triplet: 21, 18 and 6E. RGB value is (33,24,110). Sum of RGB (Red+Green+Blue) = 33+24+110=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #21186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21186E is #DEE791. Grayscale: #242424. Windows color (decimal): -14608274 or 7215137. OLE color: 7215137.

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

Color convert

RGB3324110-
CMYK0.70.7800.57
HSL246.28º64.18%26.27%-
HSV(B)246.28º78.18%43.14%-
XYZ3.772.114.96-
YUV36.49169.48125.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 110 (43.36% from 255) = 65.87%
R=19.76%
G=14.37%
B=65.87%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33241100.70.7800.57246.2864.1826.27
Hex21186E464E039f6401a
Octal413015610611607136610032
Binary10000111000110111010001101001110011100111110110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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