Html Css Color HEX #211975 Midnight Blue

📋 copy color: '#211975'

red 33 ◦ green 25 ◦ blue 117

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

Shades of Midnight Blue #211975

Tints of Midnight Blue #211975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 66.86%

R = 18.86%
G = 14.29%
B = 66.86%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#211975 (or 0x211975) is known color: Midnight Blue. HEX triplet: 21, 19 and 75. RGB value is (33,25,117). Sum of RGB (Red+Green+Blue) = 33+25+117=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #211975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211975 is #DEE68A. Grayscale: #252525. Windows color (decimal): -14608011 or 7674145. OLE color: 7674145.

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

Color convert

RGB 33 25 117 -
CMYK 0.72 0.79 0 0.54
HSL 245.22º 0.65% 0.28% -
HSV(B) 245.22º 0.79% 0.46% -
XYZ 4.19 2.3 17.05 -
YUV 37.88 172.65 124.52 -
System Red Green Blue C M Y K H S L
Decimal 33 25 117 0.72 0.79 0 0.54 245.22 0.65 0.28
Hex 21 19 75 48 4F 0 36 F5 41 1C
Octal 41 31 165 110 117 0 66 365 101 34
Binary 100001 11001 1110101 1001000 1001111 0 110110 11110101 1000001 11100

Color Harmonies of #211975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211975

Black with #211975

Text Example


Text Example

White with #211975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211975; }

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

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

background-color css

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

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

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

border-color css

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

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

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