#211061

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

Shades of Midnight Blue #211061

Tints of Midnight Blue #211061

Color information

#211061 (or 0x211061) is unknown color: approx Midnight Blue. HEX triplet: 21, 10 and 61. RGB value is (33,16,97). Sum of RGB (Red+Green+Blue) = 33+16+97=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 97 (38.28% from 255 or 66.44% from 146); Max value from RGB is 97 - color contains mainly: blue. Hex color #211061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211061 is #DEEF9E. Grayscale: #1E1E1E. Windows color (decimal): -14610335 or 6361121. OLE color: 6361121.

HSL color Cylindrical-coordinate representation of color #211061: hue angle of 252.59º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211061 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB331697-
CMYK0.660.8400.62
HSL252.59º71.68%22.16%-
HSV(B)252.59º83.51%38.04%-
XYZ2.971.5611.45-
YUV30.32165.63129.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.60%
GREEN value IS 16 (6.64% from 255) = 10.96%
BLUE value IS 97 (38.28% from 255) = 66.44%
R=22.60%
G=10.96%
B=66.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3316970.660.8400.62252.5971.6822.16
Hex211061425403Efd4816
Octal412014110212407637511026
Binary10000110000110000110000101010100011111011111101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211061; }

 p { color: rgb(33,16,97); }

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

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

 a { background-color: rgb(33,16,97); }

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

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

 span { border-color: rgb(33,16,97); }

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