Html Css Color HEX #211A6A Midnight Blue

📋 copy color: '#211A6A'

red 33 ◦ green 26 ◦ blue 106

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

Shades of Midnight Blue #211A6A

Tints of Midnight Blue #211A6A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.76%

 BLUE value IS 106 (41.8% from 255) = 64.24%

R = 20%
G = 15.76%
B = 64.24%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#211A6A (or 0x211A6A) is known color: Midnight Blue. HEX triplet: 21, 1A and 6A. RGB value is (33,26,106). Sum of RGB (Red+Green+Blue) = 33+26+106=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 106 (41.80% from 255 or 64.24% from 165); Max value from RGB is 106 - color contains mainly: blue. Hex color #211A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A6A is #DEE595. Grayscale: #242424. Windows color (decimal): -14607766 or 6953505. OLE color: 6953505.

HSL color Cylindrical-coordinate representation of color #211A6A: hue angle of 245.25º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211A6A is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 26 106 -
CMYK 0.69 0.75 0 0.58
HSL 245.25º 0.61% 0.26% -
HSV(B) 245.25º 0.75% 0.42% -
XYZ 3.6 2.1 13.85 -
YUV 37.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 33 26 106 0.69 0.75 0 0.58 245.25 0.61 0.26
Hex 21 1A 6A 45 4B 0 3A F5 3D 1A
Octal 41 32 152 105 113 0 72 365 75 32
Binary 100001 11010 1101010 1000101 1001011 0 111010 11110101 111101 11010

Color Harmonies of #211A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A6A

Black with #211A6A

Text Example


Text Example

White with #211A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,26,106); }

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

background-color css

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

 a { background-color: rgb(33,26,106); }

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

border-color css

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

 span { border-color: rgb(33,26,106); }

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