Html Css Color HEX #211562 Midnight Blue

📋 copy color: '#211562'

red 33 ◦ green 21 ◦ blue 98

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

Shades of Midnight Blue #211562

Tints of Midnight Blue #211562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

 BLUE value IS 98 (38.67% from 255) = 64.47%

R = 21.71%
G = 13.82%
B = 64.47%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#211562 (or 0x211562) is known color: Midnight Blue. HEX triplet: 21, 15 and 62. RGB value is (33,21,98). Sum of RGB (Red+Green+Blue) = 33+21+98=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #211562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211562 is #DEEA9D. Grayscale: #212121. Windows color (decimal): -14609054 or 6427937. OLE color: 6427937.

HSL color Cylindrical-coordinate representation of color #211562: hue angle of 249.35º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211562 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 21 98 -
CMYK 0.66 0.79 0 0.62
HSL 249.35º 0.65% 0.23% -
HSV(B) 249.35º 0.79% 0.38% -
XYZ 3.1 1.74 11.73 -
YUV 33.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 33 21 98 0.66 0.79 0 0.62 249.35 0.65 0.23
Hex 21 15 62 42 4F 0 3E F9 41 17
Octal 41 25 142 102 117 0 76 371 101 27
Binary 100001 10101 1100010 1000010 1001111 0 111110 11111001 1000001 10111

Color Harmonies of #211562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211562

Black with #211562

Text Example


Text Example

White with #211562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211562; }

 p { color: rgb(33,21,98); }

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

background-color css

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

 a { background-color: rgb(33,21,98); }

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

border-color css

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

 span { border-color: rgb(33,21,98); }

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