#16117F

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

Shades of Midnight Blue #16117F

Tints of Midnight Blue #16117F

Color information

#16117F (or 0x16117F) is unknown color: approx Midnight Blue. HEX triplet: 16, 11 and 7F. RGB value is (22,17,127). Sum of RGB (Red+Green+Blue) = 22+17+127=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 127 (50% from 255 or 76.51% from 166); Max value from RGB is 127 - color contains mainly: blue. Hex color #16117F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16117F is #E9EE80. Grayscale: #1E1E1E. Windows color (decimal): -15330945 or 8327446. OLE color: 8327446.

HSL color Cylindrical-coordinate representation of color #16117F: hue angle of 242.73º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16117F is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2217127-
CMYK0.830.8700.50
HSL242.73º76.39%28.24%-
HSV(B)242.73º86.61%49.8%-
XYZ4.362.120.25-
YUV31.03182.16121.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 127 (50% from 255) = 76.51%
R=13.25%
G=10.24%
B=76.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22171270.830.8700.50242.7376.3928.24
Hex16117F5357032f34c1c
Octal262117712312706236311434
Binary1011010001111111110100111010111011001011110011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,17,127); }

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

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

 a { background-color: rgb(22,17,127); }

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

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

 span { border-color: rgb(22,17,127); }

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