#221070

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

Shades of Midnight Blue #221070

Tints of Midnight Blue #221070

Color information

#221070 (or 0x221070) is unknown color: approx Midnight Blue. HEX triplet: 22, 10 and 70. RGB value is (34,16,112). Sum of RGB (Red+Green+Blue) = 34+16+112=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #221070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221070 is #DDEF8F. Grayscale: #1F1F1F. Windows color (decimal): -14544784 or 7344162. OLE color: 7344162.

HSL color Cylindrical-coordinate representation of color #221070: hue angle of 251.25º 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 #221070 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3416112-
CMYK0.700.8600.56
HSL251.25º75%25.1%-
HSV(B)251.25º85.71%43.92%-
XYZ3.771.8815.49-
YUV32.33172.96129.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.99%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 112 (44.14% from 255) = 69.14%
R=20.99%
G=9.88%
B=69.14%

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
Decimal34161120.700.8600.56251.257525.1
Hex2210704656038fb4b19
Octal422016010612607037311331
Binary10001010000111000010001101010110011100011111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221070; }

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

 H1.HeaderClassName
 {
   color: #221070;
 }
 .AnyTagClassName
 {
   color: #221070;
 }
</style>
background-color css

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

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

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

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

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

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