Html Css Color HEX #211769 Midnight Blue

📋 copy color: '#211769'

red 33 ◦ green 23 ◦ blue 105

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

Shades of Midnight Blue #211769

Tints of Midnight Blue #211769

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.29%

 BLUE value IS 105 (41.41% from 255) = 65.22%

R = 20.5%
G = 14.29%
B = 65.22%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#211769 (or 0x211769) is known color: Midnight Blue. HEX triplet: 21, 17 and 69. RGB value is (33,23,105). Sum of RGB (Red+Green+Blue) = 33+23+105=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #211769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211769 is #DEE896. Grayscale: #232323. Windows color (decimal): -14608535 or 6887201. OLE color: 6887201.

HSL color Cylindrical-coordinate representation of color #211769: hue angle of 247.32º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #211769 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 23 105 -
CMYK 0.69 0.78 0 0.59
HSL 247.32º 0.64% 0.25% -
HSV(B) 247.32º 0.78% 0.41% -
XYZ 3.48 1.96 13.56 -
YUV 35.34 167.31 126.33 -
System Red Green Blue C M Y K H S L
Decimal 33 23 105 0.69 0.78 0 0.59 247.32 0.64 0.25
Hex 21 17 69 45 4E 0 3B F7 40 19
Octal 41 27 151 105 116 0 73 367 100 31
Binary 100001 10111 1101001 1000101 1001110 0 111011 11110111 1000000 11001

Color Harmonies of #211769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211769

Black with #211769

Text Example


Text Example

White with #211769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211769; }

 p { color: rgb(33,23,105); }

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

background-color css

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

 a { background-color: rgb(33,23,105); }

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

border-color css

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

 span { border-color: rgb(33,23,105); }

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