#211C6B

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

Shades of Midnight Blue #211C6B

Tints of Midnight Blue #211C6B

Color information

#211C6B (or 0x211C6B) is unknown color: approx Midnight Blue. HEX triplet: 21, 1C and 6B. RGB value is (33,28,107). Sum of RGB (Red+Green+Blue) = 33+28+107=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #211C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C6B is #DEE394. Grayscale: #262626. Windows color (decimal): -14607253 or 7019553. OLE color: 7019553.

HSL color Cylindrical-coordinate representation of color #211C6B: hue angle of 243.8º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #211C6B is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3328107-
CMYK0.690.7400.58
HSL243.8º58.52%26.47%-
HSV(B)243.8º73.83%41.96%-
XYZ3.72.2214.14-
YUV38.5166.66124.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 107 (42.19% from 255) = 63.69%
R=19.64%
G=16.67%
B=63.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33281070.690.7400.58243.858.5226.47
Hex211C6B454A03Af43b1a
Octal41341531051120723647332
Binary1000011110011010111000101100101001110101111010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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