Html Css Color HEX #211060 Midnight Blue

📋 copy color: '#211060'

red 33 ◦ green 16 ◦ blue 96

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

Shades of Midnight Blue #211060

Tints of Midnight Blue #211060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.03%

 BLUE value IS 96 (37.89% from 255) = 66.21%

R = 22.76%
G = 11.03%
B = 66.21%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#211060 (or 0x211060) is known color: Midnight Blue. HEX triplet: 21, 10 and 60. RGB value is (33,16,96). Sum of RGB (Red+Green+Blue) = 33+16+96=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #211060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211060 is #DEEF9F. Grayscale: #1D1D1D. Windows color (decimal): -14610336 or 6295585. OLE color: 6295585.

HSL color Cylindrical-coordinate representation of color #211060: hue angle of 252.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211060 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 16 96 -
CMYK 0.66 0.83 0 0.62
HSL 252.75º 0.71% 0.22% -
HSV(B) 252.75º 0.83% 0.38% -
XYZ 2.92 1.54 11.21 -
YUV 30.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 33 16 96 0.66 0.83 0 0.62 252.75 0.71 0.22
Hex 21 10 60 42 53 0 3E FD 47 16
Octal 41 20 140 102 123 0 76 375 107 26
Binary 100001 10000 1100000 1000010 1010011 0 111110 11111101 1000111 10110

Color Harmonies of #211060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211060

Black with #211060

Text Example


Text Example

White with #211060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211060; }

 p { color: rgb(33,16,96); }

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

background-color css

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

 a { background-color: rgb(33,16,96); }

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

border-color css

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

 span { border-color: rgb(33,16,96); }

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