#161463

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

Shades of Midnight Blue #161463

Tints of Midnight Blue #161463

Color information

#161463 (or 0x161463) is unknown color: approx Midnight Blue. HEX triplet: 16, 14 and 63. RGB value is (22,20,99). Sum of RGB (Red+Green+Blue) = 22+20+99=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #161463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161463 is #E9EB9C. Grayscale: #1D1D1D. Windows color (decimal): -15330205 or 6493206. OLE color: 6493206.

HSL color Cylindrical-coordinate representation of color #161463: hue angle of 241.52º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #161463 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB222099-
CMYK0.780.8000.61
HSL241.52º66.39%23.33%-
HSV(B)241.52º79.8%38.82%-
XYZ2.831.5711.96-
YUV29.6167.16122.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.60%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 99 (39.06% from 255) = 70.21%
R=15.60%
G=14.18%
B=70.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2220990.780.8000.61241.5266.3923.33
Hex1614634E5003Df24217
Octal262414311612007536210227
Binary1011010100110001110011101010000011110111110010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161463; }

 p { color: rgb(22,20,99); }

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

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

 a { background-color: rgb(22,20,99); }

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

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

 span { border-color: rgb(22,20,99); }

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