#211875

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

Shades of Midnight Blue #211875

Tints of Midnight Blue #211875

Color information

#211875 (or 0x211875) is unknown color: approx Midnight Blue. HEX triplet: 21, 18 and 75. RGB value is (33,24,117). Sum of RGB (Red+Green+Blue) = 33+24+117=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #211875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211875 is #DEE78A. Grayscale: #242424. Windows color (decimal): -14608267 or 7673889. OLE color: 7673889.

HSL color Cylindrical-coordinate representation of color #211875: hue angle of 245.81º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211875 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3324117-
CMYK0.720.7900.54
HSL245.81º65.96%27.65%-
HSV(B)245.81º79.49%45.88%-
XYZ4.162.2617.05-
YUV37.29172.98124.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 117 (46.09% from 255) = 67.24%
R=18.97%
G=13.79%
B=67.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33241170.720.7900.54245.8165.9627.65
Hex211875484F036f6421c
Octal413016511011706636610234
Binary10000111000111010110010001001111011011011110110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211875; }

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

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

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

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

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

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

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

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