#16055D

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

Shades of Midnight Blue #16055D

Tints of Midnight Blue #16055D

Color information

#16055D (or 0x16055D) is unknown color: approx Midnight Blue. HEX triplet: 16, 05 and 5D. RGB value is (22,5,93). Sum of RGB (Red+Green+Blue) = 22+5+93=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 93 (36.72% from 255 or 77.5% from 120); Max value from RGB is 93 - color contains mainly: blue. Hex color #16055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16055D is #E9FAA2. Grayscale: #131313. Windows color (decimal): -15334051 or 6096150. OLE color: 6096150.

HSL color Cylindrical-coordinate representation of color #16055D: hue angle of 251.59º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #16055D is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB22593-
CMYK0.760.9500.64
HSL251.59º89.8%19.22%-
HSV(B)251.59º94.62%36.47%-
XYZ2.361.0710.44-
YUV20.11169.13129.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 93 (36.72% from 255) = 77.5%
R=18.33%
G=4.17%
B=77.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal225930.760.9500.64251.5989.819.22
Hex1655D4C5F040fc5a13
Octal265135114137010037413223
Binary101101011011101100110010111110100000011111100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16055D; }

 p { color: rgb(22,5,93); }

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

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

 a { background-color: rgb(22,5,93); }

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

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

 span { border-color: rgb(22,5,93); }

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