Html Css Color HEX #211974 Midnight Blue

📋 copy color: '#211974'

red 33 ◦ green 25 ◦ blue 116

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

Shades of Midnight Blue #211974

Tints of Midnight Blue #211974

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

 BLUE value IS 116 (45.7% from 255) = 66.67%

R = 18.97%
G = 14.37%
B = 66.67%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#211974 (or 0x211974) is known color: Midnight Blue. HEX triplet: 21, 19 and 74. RGB value is (33,25,116). Sum of RGB (Red+Green+Blue) = 33+25+116=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #211974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211974 is #DEE68B. Grayscale: #252525. Windows color (decimal): -14608012 or 7608609. OLE color: 7608609.

HSL color Cylindrical-coordinate representation of color #211974: hue angle of 245.27º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #211974 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 25 116 -
CMYK 0.72 0.78 0 0.55
HSL 245.27º 0.65% 0.28% -
HSV(B) 245.27º 0.78% 0.45% -
XYZ 4.13 2.28 16.75 -
YUV 37.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 33 25 116 0.72 0.78 0 0.55 245.27 0.65 0.28
Hex 21 19 74 48 4E 0 37 F5 41 1C
Octal 41 31 164 110 116 0 67 365 101 34
Binary 100001 11001 1110100 1001000 1001110 0 110111 11110101 1000001 11100

Color Harmonies of #211974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211974

Black with #211974

Text Example


Text Example

White with #211974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211974; }

 p { color: rgb(33,25,116); }

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

background-color css

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

 a { background-color: rgb(33,25,116); }

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

border-color css

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

 span { border-color: rgb(33,25,116); }

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