#161358

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

Shades of Midnight Blue #161358

Tints of Midnight Blue #161358

Color information

#161358 (or 0x161358) is unknown color: approx Midnight Blue. HEX triplet: 16, 13 and 58. RGB value is (22,19,88). Sum of RGB (Red+Green+Blue) = 22+19+88=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #161358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161358 is #E9ECA7. Grayscale: #1B1B1B. Windows color (decimal): -15330472 or 5772054. OLE color: 5772054.

HSL color Cylindrical-coordinate representation of color #161358: hue angle of 242.61º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #161358 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB221988-
CMYK0.750.7800.65
HSL242.61º64.49%20.98%-
HSV(B)242.61º78.41%34.51%-
XYZ2.331.349.37-
YUV27.76161.99123.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.05%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 88 (34.77% from 255) = 68.22%
R=17.05%
G=14.73%
B=68.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2219880.750.7800.65242.6164.4920.98
Hex1613584B4E041f34015
Octal2623130113116010136310025
Binary10110100111011000100101110011100100000111110011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161358; }

 p { color: rgb(22,19,88); }

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

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

 a { background-color: rgb(22,19,88); }

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

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

 span { border-color: rgb(22,19,88); }

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