#16226F

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

Shades of Midnight Blue #16226F

Tints of Midnight Blue #16226F

Color information

#16226F (or 0x16226F) is unknown color: approx Midnight Blue. HEX triplet: 16, 22 and 6F. RGB value is (22,34,111). Sum of RGB (Red+Green+Blue) = 22+34+111=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #16226F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16226F is #E9DD90. Grayscale: #262626. Windows color (decimal): -15326609 or 7283222. OLE color: 7283222.

HSL color Cylindrical-coordinate representation of color #16226F: hue angle of 231.91º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16226F is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2234111-
CMYK0.800.6900.56
HSL231.91º66.92%26.08%-
HSV(B)231.91º80.18%43.53%-
XYZ3.772.4615.32-
YUV39.19168.52115.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.17%
GREEN value IS 34 (13.67% from 255) = 20.36%
BLUE value IS 111 (43.75% from 255) = 66.47%
R=13.17%
G=20.36%
B=66.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22341110.800.6900.56231.9166.9226.08
Hex16226F5045038e8431a
Octal264215712010507035010332
Binary10110100010110111110100001000101011100011101000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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