Html Css Color HEX #211C75 Midnight Blue

📋 copy color: '#211C75'

red 33 ◦ green 28 ◦ blue 117

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

Shades of Midnight Blue #211C75

Tints of Midnight Blue #211C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 65.73%

R = 18.54%
G = 15.73%
B = 65.73%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#211C75 (or 0x211C75) is known color: Midnight Blue. HEX triplet: 21, 1C and 75. RGB value is (33,28,117). Sum of RGB (Red+Green+Blue) = 33+28+117=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #211C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C75 is #DEE38A. Grayscale: #272727. Windows color (decimal): -14607243 or 7674913. OLE color: 7674913.

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

Color convert

RGB 33 28 117 -
CMYK 0.72 0.76 0 0.54
HSL 243.37º 0.61% 0.28% -
HSV(B) 243.37º 0.76% 0.46% -
XYZ 4.25 2.44 17.08 -
YUV 39.64 171.66 123.26 -
System Red Green Blue C M Y K H S L
Decimal 33 28 117 0.72 0.76 0 0.54 243.37 0.61 0.28
Hex 21 1C 75 48 4C 0 36 F3 3D 1C
Octal 41 34 165 110 114 0 66 363 75 34
Binary 100001 11100 1110101 1001000 1001100 0 110110 11110011 111101 11100

Color Harmonies of #211C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C75

Black with #211C75

Text Example


Text Example

White with #211C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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