Html Css Color HEX #211066 Midnight Blue

📋 copy color: '#211066'

red 33 ◦ green 16 ◦ blue 102

#211066
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #211066

Tints of Midnight Blue #211066

RGB

 RED value IS 33 (13.28% from 255) = 21.85%

 GREEN value IS 16 (6.64% from 255) = 10.6%

 BLUE value IS 102 (40.23% from 255) = 67.55%

R = 21.85%
G = 10.6%
B = 67.55%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#211066 (or 0x211066) is known color: Midnight Blue. HEX triplet: 21, 10 and 66. RGB value is (33,16,102). Sum of RGB (Red+Green+Blue) = 33+16+102=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #211066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211066 is #DEEF99. Grayscale: #1E1E1E. Windows color (decimal): -14610330 or 6688801. OLE color: 6688801.

HSL color Cylindrical-coordinate representation of color #211066: hue angle of 251.86º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211066 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 33 16 102 -
CMYK 0.68 0.84 0 0.6
HSL 251.86º 0.73% 0.23% -
HSV(B) 251.86º 0.84% 0.4% -
XYZ 3.21 1.65 12.72 -
YUV 30.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 33 16 102 0.68 0.84 0 0.6 251.86 0.73 0.23
Hex 21 10 66 44 54 0 3C FC 49 17
Octal 41 20 146 104 124 0 74 374 111 27
Binary 100001 10000 1100110 1000100 1010100 0 111100 11111100 1001001 10111

Color Harmonies of #211066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211066

Black with #211066

Text Example


Text Example

White with #211066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211066; }

 p { color: rgb(33,16,102); }

 H1.HeaderClassName
 {
   color: #211066;
 }
 .AnyTagClassName
 {
   color: #211066;
 }
</style>

background-color css

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

 a { background-color: rgb(33,16,102); }

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

border-color css

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

 span { border-color: rgb(33,16,102); }

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