Html Css Color HEX #211461 Midnight Blue

📋 copy color: '#211461'

red 33 ◦ green 20 ◦ blue 97

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

Shades of Midnight Blue #211461

Tints of Midnight Blue #211461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.33%

 BLUE value IS 97 (38.28% from 255) = 64.67%

R = 22%
G = 13.33%
B = 64.67%

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

#211461 (or 0x211461) is known color: Midnight Blue. HEX triplet: 21, 14 and 61. RGB value is (33,20,97). Sum of RGB (Red+Green+Blue) = 33+20+97=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #211461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211461 is #DEEB9E. Grayscale: #202020. Windows color (decimal): -14609311 or 6362145. OLE color: 6362145.

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

Color convert

RGB 33 20 97 -
CMYK 0.66 0.79 0 0.62
HSL 250.13º 0.66% 0.23% -
HSV(B) 250.13º 0.79% 0.38% -
XYZ 3.04 1.69 11.47 -
YUV 32.67 164.31 128.24 -
System Red Green Blue C M Y K H S L
Decimal 33 20 97 0.66 0.79 0 0.62 250.13 0.66 0.23
Hex 21 14 61 42 4F 0 3E FA 42 17
Octal 41 24 141 102 117 0 76 372 102 27
Binary 100001 10100 1100001 1000010 1001111 0 111110 11111010 1000010 10111

Color Harmonies of #211461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211461

Black with #211461

Text Example


Text Example

White with #211461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211461; }

 p { color: rgb(33,20,97); }

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

background-color css

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

 a { background-color: rgb(33,20,97); }

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

border-color css

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

 span { border-color: rgb(33,20,97); }

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