#211C75

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

Shades of Midnight Blue #211C75

Tints of Midnight Blue #211C75

Color information

#211C75 (or 0x211C75) is unknown color: approx Midnight Blue. HEX triplet: 21, 1C and 75. RGB value is (33,28,117). Sum of RGB (Red+Green+Blue) = 33+28+117=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #211C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C75 is #DEE38A. Grayscale: #272727. Windows color (decimal): -14607243 or 7674913. OLE color: 7674913.

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

Color convert

RGB3328117-
CMYK0.720.7600.54
HSL243.37º61.38%28.43%-
HSV(B)243.37º76.07%45.88%-
XYZ4.252.4417.08-
YUV39.64171.66123.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.54%
GREEN value IS 28 (11.33% from 255) = 15.73%
BLUE value IS 117 (46.09% from 255) = 65.73%
R=18.54%
G=15.73%
B=65.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33281170.720.7600.54243.3761.3828.43
Hex211C75484C036f33d1c
Octal41341651101140663637534
Binary1000011110011101011001000100110001101101111001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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