Html Css Color HEX #211262 Midnight Blue

📋 copy color: '#211262'

red 33 ◦ green 18 ◦ blue 98

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

Shades of Midnight Blue #211262

Tints of Midnight Blue #211262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.08%

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

R = 22.15%
G = 12.08%
B = 65.77%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#211262 (or 0x211262) is known color: Midnight Blue. HEX triplet: 21, 12 and 62. RGB value is (33,18,98). Sum of RGB (Red+Green+Blue) = 33+18+98=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #211262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211262 is #DEED9D. Grayscale: #1F1F1F. Windows color (decimal): -14609822 or 6427169. OLE color: 6427169.

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

Color convert

RGB 33 18 98 -
CMYK 0.66 0.82 0 0.62
HSL 251.25º 0.69% 0.23% -
HSV(B) 251.25º 0.82% 0.38% -
XYZ 3.05 1.64 11.71 -
YUV 31.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 33 18 98 0.66 0.82 0 0.62 251.25 0.69 0.23
Hex 21 12 62 42 52 0 3E FB 45 17
Octal 41 22 142 102 122 0 76 373 105 27
Binary 100001 10010 1100010 1000010 1010010 0 111110 11111011 1000101 10111

Color Harmonies of #211262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211262

Black with #211262

Text Example


Text Example

White with #211262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211262; }

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

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

background-color css

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

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

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

border-color css

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

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

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