#211C72

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

Shades of Midnight Blue #211C72

Tints of Midnight Blue #211C72

Color information

#211C72 (or 0x211C72) is unknown color: approx Midnight Blue. HEX triplet: 21, 1C and 72. RGB value is (33,28,114). Sum of RGB (Red+Green+Blue) = 33+28+114=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #211C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C72 is #DEE38D. Grayscale: #262626. Windows color (decimal): -14607246 or 7478305. OLE color: 7478305.

HSL color Cylindrical-coordinate representation of color #211C72: hue angle of 243.49º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211C72 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3328114-
CMYK0.710.7500.55
HSL243.49º60.56%27.84%-
HSV(B)243.49º75.44%44.71%-
XYZ4.082.3716.16-
YUV39.3170.16123.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 28 (11.33% from 255) = 16%
BLUE value IS 114 (44.92% from 255) = 65.14%
R=18.86%
G=16%
B=65.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33281140.710.7500.55243.4960.5627.84
Hex211C72474B037f33d1c
Octal41341621071130673637534
Binary1000011110011100101000111100101101101111111001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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