Html Css Color HEX #211264 Midnight Blue

📋 copy color: '#211264'

red 33 ◦ green 18 ◦ blue 100

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

Shades of Midnight Blue #211264

Tints of Midnight Blue #211264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 66.23%

R = 21.85%
G = 11.92%
B = 66.23%

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

#211264 (or 0x211264) is known color: Midnight Blue. HEX triplet: 21, 12 and 64. RGB value is (33,18,100). Sum of RGB (Red+Green+Blue) = 33+18+100=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #211264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211264 is #DEED9B. Grayscale: #1F1F1F. Windows color (decimal): -14609820 or 6558241. OLE color: 6558241.

HSL color Cylindrical-coordinate representation of color #211264: hue angle of 250.98º 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 #211264 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 18 100 -
CMYK 0.67 0.82 0 0.61
HSL 250.98º 0.69% 0.23% -
HSV(B) 250.98º 0.82% 0.39% -
XYZ 3.14 1.68 12.21 -
YUV 31.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 33 18 100 0.67 0.82 0 0.61 250.98 0.69 0.23
Hex 21 12 64 43 52 0 3D FB 45 17
Octal 41 22 144 103 122 0 75 373 105 27
Binary 100001 10010 1100100 1000011 1010010 0 111101 11111011 1000101 10111

Color Harmonies of #211264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211264

Black with #211264

Text Example


Text Example

White with #211264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211264; }

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

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

background-color css

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

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

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

border-color css

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

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

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