Html Css Color HEX #211267 Midnight Blue

📋 copy color: '#211267'

red 33 ◦ green 18 ◦ blue 103

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

Shades of Midnight Blue #211267

Tints of Midnight Blue #211267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 66.88%

R = 21.43%
G = 11.69%
B = 66.88%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#211267 (or 0x211267) is known color: Midnight Blue. HEX triplet: 21, 12 and 67. RGB value is (33,18,103). Sum of RGB (Red+Green+Blue) = 33+18+103=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 103 (40.62% from 255 or 66.88% from 154); Max value from RGB is 103 - color contains mainly: blue. Hex color #211267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211267 is #DEED98. Grayscale: #1F1F1F. Windows color (decimal): -14609817 or 6754849. OLE color: 6754849.

HSL color Cylindrical-coordinate representation of color #211267: hue angle of 250.59º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211267 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 33 18 103 -
CMYK 0.68 0.83 0 0.60
HSL 250.59º 0.7% 0.24% -
HSV(B) 250.59º 0.83% 0.4% -
XYZ 3.29 1.74 12.99 -
YUV 32.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 33 18 103 0.68 0.83 0 0.60 250.59 0.7 0.24
Hex 21 12 67 44 53 0 3C FB 46 18
Octal 41 22 147 104 123 0 74 373 106 30
Binary 100001 10010 1100111 1000100 1010011 0 111100 11111011 1000110 11000

Color Harmonies of #211267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211267

Black with #211267

Text Example


Text Example

White with #211267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211267; }

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

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

background-color css

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

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

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

border-color css

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

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

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