Html Css Color HEX #221071 Midnight Blue

📋 copy color: '#221071'

red 34 ◦ green 16 ◦ blue 113

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

Shades of Midnight Blue #221071

Tints of Midnight Blue #221071

RGB

 RED value IS 34 (13.67% from 255) = 20.86%

 GREEN value IS 16 (6.64% from 255) = 9.82%

 BLUE value IS 113 (44.53% from 255) = 69.33%

R = 20.86%
G = 9.82%
B = 69.33%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#221071 (or 0x221071) is known color: Midnight Blue. HEX triplet: 22, 10 and 71. RGB value is (34,16,113). Sum of RGB (Red+Green+Blue) = 34+16+113=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #221071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221071 is #DDEF8E. Grayscale: #202020. Windows color (decimal): -14544783 or 7409698. OLE color: 7409698.

HSL color Cylindrical-coordinate representation of color #221071: hue angle of 251.13º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221071 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 16 113 -
CMYK 0.70 0.86 0 0.56
HSL 251.13º 0.75% 0.25% -
HSV(B) 251.13º 0.86% 0.44% -
XYZ 3.83 1.9 15.79 -
YUV 32.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 34 16 113 0.70 0.86 0 0.56 251.13 0.75 0.25
Hex 22 10 71 46 56 0 38 FB 4B 19
Octal 42 20 161 106 126 0 70 373 113 31
Binary 100010 10000 1110001 1000110 1010110 0 111000 11111011 1001011 11001

Color Harmonies of #221071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221071

Black with #221071

Text Example


Text Example

White with #221071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221071; }

 p { color: rgb(34,16,113); }

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

background-color css

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

 a { background-color: rgb(34,16,113); }

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

border-color css

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

 span { border-color: rgb(34,16,113); }

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