Html Css Color HEX #211568 Midnight Blue

📋 copy color: '#211568'

red 33 ◦ green 21 ◦ blue 104

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

Shades of Midnight Blue #211568

Tints of Midnight Blue #211568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.29%

 BLUE value IS 104 (41.02% from 255) = 65.82%

R = 20.89%
G = 13.29%
B = 65.82%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#211568 (or 0x211568) is known color: Midnight Blue. HEX triplet: 21, 15 and 68. RGB value is (33,21,104). Sum of RGB (Red+Green+Blue) = 33+21+104=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 104 (41.02% from 255 or 65.82% from 158); Max value from RGB is 104 - color contains mainly: blue. Hex color #211568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211568 is #DEEA97. Grayscale: #212121. Windows color (decimal): -14609048 or 6821153. OLE color: 6821153.

HSL color Cylindrical-coordinate representation of color #211568: hue angle of 248.67º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211568 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 21 104 -
CMYK 0.68 0.80 0 0.59
HSL 248.67º 0.66% 0.25% -
HSV(B) 248.67º 0.8% 0.41% -
XYZ 3.39 1.86 13.28 -
YUV 34.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 33 21 104 0.68 0.80 0 0.59 248.67 0.66 0.25
Hex 21 15 68 44 50 0 3B F9 42 19
Octal 41 25 150 104 120 0 73 371 102 31
Binary 100001 10101 1101000 1000100 1010000 0 111011 11111001 1000010 11001

Color Harmonies of #211568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211568

Black with #211568

Text Example


Text Example

White with #211568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211568; }

 p { color: rgb(33,21,104); }

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

background-color css

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

 a { background-color: rgb(33,21,104); }

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

border-color css

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

 span { border-color: rgb(33,21,104); }

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