Html Css Color HEX #211C74 Midnight Blue

📋 copy color: '#211C74'

red 33 ◦ green 28 ◦ blue 116

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

Shades of Midnight Blue #211C74

Tints of Midnight Blue #211C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 65.54%

R = 18.64%
G = 15.82%
B = 65.54%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#211C74 (or 0x211C74) is known color: Midnight Blue. HEX triplet: 21, 1C and 74. RGB value is (33,28,116). Sum of RGB (Red+Green+Blue) = 33+28+116=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #211C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C74 is #DEE38B. Grayscale: #272727. Windows color (decimal): -14607244 or 7609377. OLE color: 7609377.

HSL color Cylindrical-coordinate representation of color #211C74: hue angle of 243.41º 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 #211C74 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 28 116 -
CMYK 0.72 0.76 0 0.55
HSL 243.41º 0.61% 0.28% -
HSV(B) 243.41º 0.76% 0.45% -
XYZ 4.19 2.41 16.77 -
YUV 39.53 171.16 123.34 -
System Red Green Blue C M Y K H S L
Decimal 33 28 116 0.72 0.76 0 0.55 243.41 0.61 0.28
Hex 21 1C 74 48 4C 0 37 F3 3D 1C
Octal 41 34 164 110 114 0 67 363 75 34
Binary 100001 11100 1110100 1001000 1001100 0 110111 11110011 111101 11100

Color Harmonies of #211C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C74

Black with #211C74

Text Example


Text Example

White with #211C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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