#211777

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

Shades of Midnight Blue #211777

Tints of Midnight Blue #211777

Color information

#211777 (or 0x211777) is unknown color: approx Midnight Blue. HEX triplet: 21, 17 and 77. RGB value is (33,23,119). Sum of RGB (Red+Green+Blue) = 33+23+119=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #211777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211777 is #DEE888. Grayscale: #242424. Windows color (decimal): -14608521 or 7804705. OLE color: 7804705.

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

Color convert

RGB3323119-
CMYK0.720.8100.53
HSL246.25º67.61%27.84%-
HSV(B)246.25º80.67%46.67%-
XYZ4.262.2717.67-
YUV36.93174.31125.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 119 (46.88% from 255) = 68%
R=18.86%
G=13.14%
B=68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33231190.720.8100.53246.2567.6127.84
Hex2117774851035f6441c
Octal412716711012106536610434
Binary10000110111111011110010001010001011010111110110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211777; }

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

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

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

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

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

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

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

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