#211A75

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

Shades of Midnight Blue #211A75

Tints of Midnight Blue #211A75

Color information

#211A75 (or 0x211A75) is unknown color: approx Midnight Blue. HEX triplet: 21, 1A and 75. RGB value is (33,26,117). Sum of RGB (Red+Green+Blue) = 33+26+117=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #211A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A75 is #DEE58A. Grayscale: #262626. Windows color (decimal): -14607755 or 7674401. OLE color: 7674401.

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

Color convert

RGB3326117-
CMYK0.720.7800.54
HSL244.62º63.64%28.04%-
HSV(B)244.62º77.78%45.88%-
XYZ4.212.3517.06-
YUV38.47172.32124.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 26 (10.55% from 255) = 14.77%
BLUE value IS 117 (46.09% from 255) = 66.48%
R=18.75%
G=14.77%
B=66.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33261170.720.7800.54244.6263.6428.04
Hex211A75484E036f5401c
Octal413216511011606636510034
Binary10000111010111010110010001001110011011011110101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211A75; }

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

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

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

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

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

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

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

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