Html Css Color HEX #211269 Midnight Blue

📋 copy color: '#211269'

red 33 ◦ green 18 ◦ blue 105

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

Shades of Midnight Blue #211269

Tints of Midnight Blue #211269

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.54%

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

R = 21.15%
G = 11.54%
B = 67.31%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#211269 (or 0x211269) is known color: Midnight Blue. HEX triplet: 21, 12 and 69. RGB value is (33,18,105). Sum of RGB (Red+Green+Blue) = 33+18+105=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 105 (41.41% from 255 or 67.31% from 156); Max value from RGB is 105 - color contains mainly: blue. Hex color #211269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211269 is #DEED96. Grayscale: #202020. Windows color (decimal): -14609815 or 6885921. OLE color: 6885921.

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

Color convert

RGB 33 18 105 -
CMYK 0.69 0.83 0 0.59
HSL 250.34º 0.71% 0.24% -
HSV(B) 250.34º 0.83% 0.41% -
XYZ 3.39 1.78 13.53 -
YUV 32.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 33 18 105 0.69 0.83 0 0.59 250.34 0.71 0.24
Hex 21 12 69 45 53 0 3B FA 47 18
Octal 41 22 151 105 123 0 73 372 107 30
Binary 100001 10010 1101001 1000101 1010011 0 111011 11111010 1000111 11000

Color Harmonies of #211269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211269

Black with #211269

Text Example


Text Example

White with #211269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211269; }

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

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

background-color css

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

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

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

border-color css

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

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

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