Html Css Color HEX #211875 Midnight Blue

📋 copy color: '#211875'

red 33 ◦ green 24 ◦ blue 117

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

Shades of Midnight Blue #211875

Tints of Midnight Blue #211875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.79%

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

R = 18.97%
G = 13.79%
B = 67.24%

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

#211875 (or 0x211875) is known color: Midnight Blue. HEX triplet: 21, 18 and 75. RGB value is (33,24,117). Sum of RGB (Red+Green+Blue) = 33+24+117=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #211875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211875 is #DEE78A. Grayscale: #242424. Windows color (decimal): -14608267 or 7673889. OLE color: 7673889.

HSL color Cylindrical-coordinate representation of color #211875: hue angle of 245.81º degrees, saturation: 0.66, 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 #211875 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 24 117 -
CMYK 0.72 0.79 0 0.54
HSL 245.81º 0.66% 0.28% -
HSV(B) 245.81º 0.79% 0.46% -
XYZ 4.16 2.26 17.05 -
YUV 37.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 33 24 117 0.72 0.79 0 0.54 245.81 0.66 0.28
Hex 21 18 75 48 4F 0 36 F6 42 1C
Octal 41 30 165 110 117 0 66 366 102 34
Binary 100001 11000 1110101 1001000 1001111 0 110110 11110110 1000010 11100

Color Harmonies of #211875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211875

Black with #211875

Text Example


Text Example

White with #211875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211875; }

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

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

background-color css

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

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

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

border-color css

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

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

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