Html Css Color HEX #211C73 Midnight Blue

📋 copy color: '#211C73'

red 33 ◦ green 28 ◦ blue 115

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

Shades of Midnight Blue #211C73

Tints of Midnight Blue #211C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.91%

 BLUE value IS 115 (45.31% from 255) = 65.34%

R = 18.75%
G = 15.91%
B = 65.34%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#211C73 (or 0x211C73) is known color: Midnight Blue. HEX triplet: 21, 1C and 73. RGB value is (33,28,115). Sum of RGB (Red+Green+Blue) = 33+28+115=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #211C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C73 is #DEE38C. Grayscale: #272727. Windows color (decimal): -14607245 or 7543841. OLE color: 7543841.

HSL color Cylindrical-coordinate representation of color #211C73: hue angle of 243.45º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211C73 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 28 115 -
CMYK 0.71 0.76 0 0.55
HSL 243.45º 0.61% 0.28% -
HSV(B) 243.45º 0.76% 0.45% -
XYZ 4.14 2.39 16.46 -
YUV 39.41 170.66 123.43 -
System Red Green Blue C M Y K H S L
Decimal 33 28 115 0.71 0.76 0 0.55 243.45 0.61 0.28
Hex 21 1C 73 47 4C 0 37 F3 3D 1C
Octal 41 34 163 107 114 0 67 363 75 34
Binary 100001 11100 1110011 1000111 1001100 0 110111 11110011 111101 11100

Color Harmonies of #211C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C73

Black with #211C73

Text Example


Text Example

White with #211C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211C73; }

 p { color: rgb(33,28,115); }

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

background-color css

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

 a { background-color: rgb(33,28,115); }

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

border-color css

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

 span { border-color: rgb(33,28,115); }

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