#22116F

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

Shades of Midnight Blue #22116F

Tints of Midnight Blue #22116F

Color information

#22116F (or 0x22116F) is unknown color: approx Midnight Blue. HEX triplet: 22, 11 and 6F. RGB value is (34,17,111). Sum of RGB (Red+Green+Blue) = 34+17+111=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #22116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22116F is #DDEE90. Grayscale: #202020. Windows color (decimal): -14544529 or 7278882. OLE color: 7278882.

HSL color Cylindrical-coordinate representation of color #22116F: hue angle of 250.85º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22116F is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3417111-
CMYK0.690.8500.56
HSL250.85º73.44%25.1%-
HSV(B)250.85º84.68%43.53%-
XYZ3.731.8915.21-
YUV32.8172.13128.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.99%
GREEN value IS 17 (7.03% from 255) = 10.49%
BLUE value IS 111 (43.75% from 255) = 68.52%
R=20.99%
G=10.49%
B=68.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34171110.690.8500.56250.8573.4425.1
Hex22116F4555038fb4919
Octal422115710512507037311131
Binary10001010001110111110001011010101011100011111011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22116F; }

 p { color: rgb(34,17,111); }

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

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

 a { background-color: rgb(34,17,111); }

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

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

 span { border-color: rgb(34,17,111); }

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