Html Css Color HEX #211776 Midnight Blue

📋 copy color: '#211776'

red 33 ◦ green 23 ◦ blue 118

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

Shades of Midnight Blue #211776

Tints of Midnight Blue #211776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 67.82%

R = 18.97%
G = 13.22%
B = 67.82%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#211776 (or 0x211776) is known color: Midnight Blue. HEX triplet: 21, 17 and 76. RGB value is (33,23,118). Sum of RGB (Red+Green+Blue) = 33+23+118=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #211776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211776 is #DEE889. Grayscale: #242424. Windows color (decimal): -14608522 or 7739169. OLE color: 7739169.

HSL color Cylindrical-coordinate representation of color #211776: hue angle of 246.32º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211776 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 23 118 -
CMYK 0.72 0.81 0 0.54
HSL 246.32º 0.67% 0.28% -
HSV(B) 246.32º 0.81% 0.46% -
XYZ 4.2 2.24 17.35 -
YUV 36.82 173.81 125.28 -
System Red Green Blue C M Y K H S L
Decimal 33 23 118 0.72 0.81 0 0.54 246.32 0.67 0.28
Hex 21 17 76 48 51 0 36 F6 43 1C
Octal 41 27 166 110 121 0 66 366 103 34
Binary 100001 10111 1110110 1001000 1010001 0 110110 11110110 1000011 11100

Color Harmonies of #211776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211776

Black with #211776

Text Example


Text Example

White with #211776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211776; }

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

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

background-color css

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

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

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

border-color css

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

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

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