Html Css Color HEX #211768 Midnight Blue

📋 copy color: '#211768'

red 33 ◦ green 23 ◦ blue 104

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

Shades of Midnight Blue #211768

Tints of Midnight Blue #211768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

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

R = 20.63%
G = 14.38%
B = 65%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#211768 (or 0x211768) is known color: Midnight Blue. HEX triplet: 21, 17 and 68. RGB value is (33,23,104). Sum of RGB (Red+Green+Blue) = 33+23+104=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #211768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211768 is #DEE897. Grayscale: #222222. Windows color (decimal): -14608536 or 6821665. OLE color: 6821665.

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

Color convert

RGB 33 23 104 -
CMYK 0.68 0.78 0 0.59
HSL 247.41º 0.64% 0.25% -
HSV(B) 247.41º 0.78% 0.41% -
XYZ 3.43 1.94 13.29 -
YUV 35.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 33 23 104 0.68 0.78 0 0.59 247.41 0.64 0.25
Hex 21 17 68 44 4E 0 3B F7 40 19
Octal 41 27 150 104 116 0 73 367 100 31
Binary 100001 10111 1101000 1000100 1001110 0 111011 11110111 1000000 11001

Color Harmonies of #211768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211768

Black with #211768

Text Example


Text Example

White with #211768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211768; }

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

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

background-color css

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

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

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

border-color css

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

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

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