#211877

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

Shades of Midnight Blue #211877

Tints of Midnight Blue #211877

Color information

#211877 (or 0x211877) is unknown color: approx Midnight Blue. HEX triplet: 21, 18 and 77. RGB value is (33,24,119). Sum of RGB (Red+Green+Blue) = 33+24+119=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 119 (46.88% from 255 or 67.61% from 176); Max value from RGB is 119 - color contains mainly: blue. Hex color #211877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211877 is #DEE788. Grayscale: #252525. Windows color (decimal): -14608265 or 7804961. OLE color: 7804961.

HSL color Cylindrical-coordinate representation of color #211877: hue angle of 245.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211877 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3324119-
CMYK0.720.8000.53
HSL245.68º66.43%28.04%-
HSV(B)245.68º79.83%46.67%-
XYZ4.282.3117.67-
YUV37.52173.98124.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 119 (46.88% from 255) = 67.61%
R=18.75%
G=13.64%
B=67.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33241190.720.8000.53245.6866.4328.04
Hex2118774850035f6421c
Octal413016711012006536610234
Binary10000111000111011110010001010000011010111110110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211877; }

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

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

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

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

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

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

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

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