#22116B

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

Shades of Midnight Blue #22116B

Tints of Midnight Blue #22116B

Color information

#22116B (or 0x22116B) is unknown color: approx Midnight Blue. HEX triplet: 22, 11 and 6B. RGB value is (34,17,107). Sum of RGB (Red+Green+Blue) = 34+17+107=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #22116B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22116B is #DDEE94. Grayscale: #1F1F1F. Windows color (decimal): -14544533 or 7016738. OLE color: 7016738.

HSL color Cylindrical-coordinate representation of color #22116B: hue angle of 251.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22116B is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3417107-
CMYK0.680.8400.58
HSL251.33º72.58%24.31%-
HSV(B)251.33º84.11%41.96%-
XYZ3.511.814.07-
YUV32.34170.13129.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.52%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 107 (42.19% from 255) = 67.72%
R=21.52%
G=10.76%
B=67.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34171070.680.8400.58251.3372.5824.31
Hex22116B445403Afb4918
Octal422115310412407237311130
Binary10001010001110101110001001010100011101011111011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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