Html Css Color HEX #211762 Midnight Blue

📋 copy color: '#211762'

red 33 ◦ green 23 ◦ blue 98

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

Shades of Midnight Blue #211762

Tints of Midnight Blue #211762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 63.64%

R = 21.43%
G = 14.94%
B = 63.64%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#211762 (or 0x211762) is known color: Midnight Blue. HEX triplet: 21, 17 and 62. RGB value is (33,23,98). Sum of RGB (Red+Green+Blue) = 33+23+98=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 98 (38.67% from 255 or 63.64% from 154); Max value from RGB is 98 - color contains mainly: blue. Hex color #211762 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211762 is #DEE89D. Grayscale: #222222. Windows color (decimal): -14608542 or 6428449. OLE color: 6428449.

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

Color convert

RGB 33 23 98 -
CMYK 0.66 0.77 0 0.62
HSL 248º 0.62% 0.24% -
HSV(B) 248º 0.77% 0.38% -
XYZ 3.14 1.82 11.74 -
YUV 34.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 33 23 98 0.66 0.77 0 0.62 248 0.62 0.24
Hex 21 17 62 42 4D 0 3E F8 3E 18
Octal 41 27 142 102 115 0 76 370 76 30
Binary 100001 10111 1100010 1000010 1001101 0 111110 11111000 111110 11000

Color Harmonies of #211762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211762

Black with #211762

Text Example


Text Example

White with #211762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211762; }

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

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

background-color css

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

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

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

border-color css

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

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

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