Html Css Color HEX #211985 Midnight Blue

📋 copy color: '#211985'

red 33 ◦ green 25 ◦ blue 133

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

Shades of Midnight Blue #211985

Tints of Midnight Blue #211985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 69.63%

R = 17.28%
G = 13.09%
B = 69.63%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#211985 (or 0x211985) is known color: Midnight Blue. HEX triplet: 21, 19 and 85. RGB value is (33,25,133). Sum of RGB (Red+Green+Blue) = 33+25+133=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #211985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211985 is #DEE67A. Grayscale: #272727. Windows color (decimal): -14607995 or 8722721. OLE color: 8722721.

HSL color Cylindrical-coordinate representation of color #211985: hue angle of 244.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211985 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 25 133 -
CMYK 0.75 0.81 0 0.48
HSL 244.44º 0.68% 0.31% -
HSV(B) 244.44º 0.81% 0.52% -
XYZ 5.21 2.71 22.44 -
YUV 39.7 180.65 123.22 -
System Red Green Blue C M Y K H S L
Decimal 33 25 133 0.75 0.81 0 0.48 244.44 0.68 0.31
Hex 21 19 85 4B 51 0 30 F4 44 1F
Octal 41 31 205 113 121 0 60 364 104 37
Binary 100001 11001 10000101 1001011 1010001 0 110000 11110100 1000100 11111

Color Harmonies of #211985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211985

Black with #211985

Text Example


Text Example

White with #211985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211985; }

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

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

background-color css

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

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

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

border-color css

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

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

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