#221071

Color #221071 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #221071

Tints of Midnight Blue #221071

Color information

#221071 (or 0x221071) is unknown color: approx 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

RGB3416113-
CMYK0.700.8600.56
HSL251.13º75.19%25.29%-
HSV(B)251.13º85.84%44.31%-
XYZ3.831.915.79-
YUV32.44173.46129.11-

RGB Variations

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

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 (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34161130.700.8600.56251.1375.1925.29
Hex2210714656038fb4b19
Octal422016110612607037311331
Binary10001010000111000110001101010110011100011111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>