Html Css Color HEX #211862 Midnight Blue

📋 copy color: '#211862'

red 33 ◦ green 24 ◦ blue 98

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

Shades of Midnight Blue #211862

Tints of Midnight Blue #211862

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.48%

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

R = 21.29%
G = 15.48%
B = 63.23%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#211862 (or 0x211862) is known color: Midnight Blue. HEX triplet: 21, 18 and 62. RGB value is (33,24,98). Sum of RGB (Red+Green+Blue) = 33+24+98=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #211862 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211862 is #DEE79D. Grayscale: #222222. Windows color (decimal): -14608286 or 6428705. OLE color: 6428705.

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

Color convert

RGB 33 24 98 -
CMYK 0.66 0.76 0 0.62
HSL 247.3º 0.61% 0.24% -
HSV(B) 247.3º 0.76% 0.38% -
XYZ 3.16 1.86 11.75 -
YUV 35.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 33 24 98 0.66 0.76 0 0.62 247.3 0.61 0.24
Hex 21 18 62 42 4C 0 3E F7 3D 18
Octal 41 30 142 102 114 0 76 367 75 30
Binary 100001 11000 1100010 1000010 1001100 0 111110 11110111 111101 11000

Color Harmonies of #211862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211862

Black with #211862

Text Example


Text Example

White with #211862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211862; }

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

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

background-color css

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

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

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

border-color css

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

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

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