Html Css Color HEX #211463 Midnight Blue

📋 copy color: '#211463'

red 33 ◦ green 20 ◦ blue 99

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

Shades of Midnight Blue #211463

Tints of Midnight Blue #211463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 65.13%

R = 21.71%
G = 13.16%
B = 65.13%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#211463 (or 0x211463) is known color: Midnight Blue. HEX triplet: 21, 14 and 63. RGB value is (33,20,99). Sum of RGB (Red+Green+Blue) = 33+20+99=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #211463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211463 is #DEEB9C. Grayscale: #202020. Windows color (decimal): -14609309 or 6493217. OLE color: 6493217.

HSL color Cylindrical-coordinate representation of color #211463: hue angle of 249.87º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211463 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 20 99 -
CMYK 0.67 0.80 0 0.61
HSL 249.87º 0.66% 0.23% -
HSV(B) 249.87º 0.8% 0.39% -
XYZ 3.13 1.72 11.97 -
YUV 32.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 33 20 99 0.67 0.80 0 0.61 249.87 0.66 0.23
Hex 21 14 63 43 50 0 3D FA 42 17
Octal 41 24 143 103 120 0 75 372 102 27
Binary 100001 10100 1100011 1000011 1010000 0 111101 11111010 1000010 10111

Color Harmonies of #211463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211463

Black with #211463

Text Example


Text Example

White with #211463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211463; }

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

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

background-color css

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

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

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

border-color css

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

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

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