Html Css Color HEX #211765 Midnight Blue

📋 copy color: '#211765'

red 33 ◦ green 23 ◦ blue 101

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

Shades of Midnight Blue #211765

Tints of Midnight Blue #211765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.65%

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

R = 21.02%
G = 14.65%
B = 64.33%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#211765 (or 0x211765) is known color: Midnight Blue. HEX triplet: 21, 17 and 65. RGB value is (33,23,101). Sum of RGB (Red+Green+Blue) = 33+23+101=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #211765 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211765 is #DEE89A. Grayscale: #222222. Windows color (decimal): -14608539 or 6625057. OLE color: 6625057.

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

Color convert

RGB 33 23 101 -
CMYK 0.67 0.77 0 0.60
HSL 247.69º 0.63% 0.24% -
HSV(B) 247.69º 0.77% 0.4% -
XYZ 3.28 1.88 12.5 -
YUV 34.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 33 23 101 0.67 0.77 0 0.60 247.69 0.63 0.24
Hex 21 17 65 43 4D 0 3C F8 3F 18
Octal 41 27 145 103 115 0 74 370 77 30
Binary 100001 10111 1100101 1000011 1001101 0 111100 11111000 111111 11000

Color Harmonies of #211765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211765

Black with #211765

Text Example


Text Example

White with #211765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211765; }

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

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

background-color css

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

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

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

border-color css

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

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

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