Html Css Color HEX #211165 Midnight Blue

📋 copy color: '#211165'

red 33 ◦ green 17 ◦ blue 101

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

Shades of Midnight Blue #211165

Tints of Midnight Blue #211165

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.26%

 BLUE value IS 101 (39.84% from 255) = 66.89%

R = 21.85%
G = 11.26%
B = 66.89%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#211165 (or 0x211165) is known color: Midnight Blue. HEX triplet: 21, 11 and 65. RGB value is (33,17,101). Sum of RGB (Red+Green+Blue) = 33+17+101=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 101 (39.84% from 255 or 66.89% from 151); Max value from RGB is 101 - color contains mainly: blue. Hex color #211165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211165 is #DEEE9A. Grayscale: #1F1F1F. Windows color (decimal): -14610075 or 6623521. OLE color: 6623521.

HSL color Cylindrical-coordinate representation of color #211165: hue angle of 251.43º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211165 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 33 17 101 -
CMYK 0.67 0.83 0 0.60
HSL 251.43º 0.71% 0.23% -
HSV(B) 251.43º 0.83% 0.4% -
XYZ 3.18 1.66 12.47 -
YUV 31.36 167.3 129.17 -
System Red Green Blue C M Y K H S L
Decimal 33 17 101 0.67 0.83 0 0.60 251.43 0.71 0.23
Hex 21 11 65 43 53 0 3C FB 47 17
Octal 41 21 145 103 123 0 74 373 107 27
Binary 100001 10001 1100101 1000011 1010011 0 111100 11111011 1000111 10111

Color Harmonies of #211165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211165

Black with #211165

Text Example


Text Example

White with #211165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211165; }

 p { color: rgb(33,17,101); }

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

background-color css

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

 a { background-color: rgb(33,17,101); }

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

border-color css

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

 span { border-color: rgb(33,17,101); }

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