Html Css Color HEX #211275 Midnight Blue

📋 copy color: '#211275'

red 33 ◦ green 18 ◦ blue 117

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

Shades of Midnight Blue #211275

Tints of Midnight Blue #211275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.71%

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

R = 19.64%
G = 10.71%
B = 69.64%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#211275 (or 0x211275) is known color: Midnight Blue. HEX triplet: 21, 12 and 75. RGB value is (33,18,117). Sum of RGB (Red+Green+Blue) = 33+18+117=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #211275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211275 is #DEED8A. Grayscale: #212121. Windows color (decimal): -14609803 or 7672353. OLE color: 7672353.

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

Color convert

RGB 33 18 117 -
CMYK 0.72 0.85 0 0.54
HSL 249.09º 0.73% 0.26% -
HSV(B) 249.09º 0.85% 0.46% -
XYZ 4.05 2.04 17.01 -
YUV 33.77 174.97 127.45 -
System Red Green Blue C M Y K H S L
Decimal 33 18 117 0.72 0.85 0 0.54 249.09 0.73 0.26
Hex 21 12 75 48 55 0 36 F9 49 1A
Octal 41 22 165 110 125 0 66 371 111 32
Binary 100001 10010 1110101 1001000 1010101 0 110110 11111001 1001001 11010

Color Harmonies of #211275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211275

Black with #211275

Text Example


Text Example

White with #211275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211275; }

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

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

background-color css

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

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

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

border-color css

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

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

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