#211D67

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

Shades of Midnight Blue #211D67

Tints of Midnight Blue #211D67

Color information

#211D67 (or 0x211D67) is unknown color: approx Midnight Blue. HEX triplet: 21, 1D and 67. RGB value is (33,29,103). Sum of RGB (Red+Green+Blue) = 33+29+103=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 103 (40.62% from 255 or 62.42% from 165); Max value from RGB is 103 - color contains mainly: blue. Hex color #211D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211D67 is #DEE298. Grayscale: #262626. Windows color (decimal): -14607001 or 6757665. OLE color: 6757665.

HSL color Cylindrical-coordinate representation of color #211D67: hue angle of 243.24º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #211D67 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3329103-
CMYK0.680.7200.60
HSL243.24º56.06%25.88%-
HSV(B)243.24º71.84%40.39%-
XYZ3.512.1813.07-
YUV38.63164.33123.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 103 (40.62% from 255) = 62.42%
R=20%
G=17.58%
B=62.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33291030.680.7200.60243.2456.0625.88
Hex211D67444803Cf3381a
Octal41351471041100743637032
Binary1000011110111001111000100100100001111001111001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,29,103); }

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

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

 a { background-color: rgb(33,29,103); }

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

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

 span { border-color: rgb(33,29,103); }

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