Html Css Color HEX #211760 Midnight Blue

📋 copy color: '#211760'

red 33 ◦ green 23 ◦ blue 96

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

Shades of Midnight Blue #211760

Tints of Midnight Blue #211760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 63.16%

R = 21.71%
G = 15.13%
B = 63.16%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#211760 (or 0x211760) is known color: Midnight Blue. HEX triplet: 21, 17 and 60. RGB value is (33,23,96). Sum of RGB (Red+Green+Blue) = 33+23+96=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #211760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211760 is #DEE89F. Grayscale: #222222. Windows color (decimal): -14608544 or 6297377. OLE color: 6297377.

HSL color Cylindrical-coordinate representation of color #211760: hue angle of 248.22º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211760 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 23 96 -
CMYK 0.66 0.76 0 0.62
HSL 248.22º 0.61% 0.23% -
HSV(B) 248.22º 0.76% 0.38% -
XYZ 3.04 1.78 11.25 -
YUV 34.31 162.81 127.06 -
System Red Green Blue C M Y K H S L
Decimal 33 23 96 0.66 0.76 0 0.62 248.22 0.61 0.23
Hex 21 17 60 42 4C 0 3E F8 3D 17
Octal 41 27 140 102 114 0 76 370 75 27
Binary 100001 10111 1100000 1000010 1001100 0 111110 11111000 111101 10111

Color Harmonies of #211760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211760

Black with #211760

Text Example


Text Example

White with #211760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211760; }

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

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

background-color css

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

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

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

border-color css

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

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

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