#211368

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

Shades of Midnight Blue #211368

Tints of Midnight Blue #211368

Color information

#211368 (or 0x211368) is unknown color: approx Midnight Blue. HEX triplet: 21, 13 and 68. RGB value is (33,19,104). Sum of RGB (Red+Green+Blue) = 33+19+104=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #211368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211368 is #DEEC97. Grayscale: #202020. Windows color (decimal): -14609560 or 6820641. OLE color: 6820641.

HSL color Cylindrical-coordinate representation of color #211368: hue angle of 249.88º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211368 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3319104-
CMYK0.680.8200.59
HSL249.88º69.11%24.12%-
HSV(B)249.88º81.73%40.78%-
XYZ3.361.7913.26-
YUV32.88168.14128.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 104 (41.02% from 255) = 66.67%
R=21.15%
G=12.18%
B=66.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33191040.680.8200.59249.8869.1124.12
Hex211368445203Bfa4518
Octal412315010412207337210530
Binary10000110011110100010001001010010011101111111010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211368; }

 p { color: rgb(33,19,104); }

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

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

 a { background-color: rgb(33,19,104); }

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

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

 span { border-color: rgb(33,19,104); }

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