Html Css Color HEX #211369 Midnight Blue

📋 copy color: '#211369'

red 33 ◦ green 19 ◦ blue 105

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

Shades of Midnight Blue #211369

Tints of Midnight Blue #211369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

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

R = 21.02%
G = 12.1%
B = 66.88%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#211369 (or 0x211369) is known color: Midnight Blue. HEX triplet: 21, 13 and 69. RGB value is (33,19,105). Sum of RGB (Red+Green+Blue) = 33+19+105=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #211369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211369 is #DEEC96. Grayscale: #202020. Windows color (decimal): -14609559 or 6886177. OLE color: 6886177.

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

Color convert

RGB 33 19 105 -
CMYK 0.69 0.82 0 0.59
HSL 249.77º 0.69% 0.24% -
HSV(B) 249.77º 0.82% 0.41% -
XYZ 3.41 1.81 13.53 -
YUV 32.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 33 19 105 0.69 0.82 0 0.59 249.77 0.69 0.24
Hex 21 13 69 45 52 0 3B FA 45 18
Octal 41 23 151 105 122 0 73 372 105 30
Binary 100001 10011 1101001 1000101 1010010 0 111011 11111010 1000101 11000

Color Harmonies of #211369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211369

Black with #211369

Text Example


Text Example

White with #211369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211369; }

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

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

background-color css

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

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

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

border-color css

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

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

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