Html Css Color HEX #211263 Midnight Blue

📋 copy color: '#211263'

red 33 ◦ green 18 ◦ blue 99

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

Shades of Midnight Blue #211263

Tints of Midnight Blue #211263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 66%

R = 22%
G = 12%
B = 66%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#211263 (or 0x211263) is known color: Midnight Blue. HEX triplet: 21, 12 and 63. RGB value is (33,18,99). Sum of RGB (Red+Green+Blue) = 33+18+99=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #211263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211263 is #DEED9C. Grayscale: #1F1F1F. Windows color (decimal): -14609821 or 6492705. OLE color: 6492705.

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

Color convert

RGB 33 18 99 -
CMYK 0.67 0.82 0 0.61
HSL 251.11º 0.69% 0.23% -
HSV(B) 251.11º 0.82% 0.39% -
XYZ 3.1 1.66 11.96 -
YUV 31.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 33 18 99 0.67 0.82 0 0.61 251.11 0.69 0.23
Hex 21 12 63 43 52 0 3D FB 45 17
Octal 41 22 143 103 122 0 75 373 105 27
Binary 100001 10010 1100011 1000011 1010010 0 111101 11111011 1000101 10111

Color Harmonies of #211263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211263

Black with #211263

Text Example


Text Example

White with #211263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211263; }

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

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

background-color css

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

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

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

border-color css

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

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

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