#161263

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

Shades of Midnight Blue #161263

Tints of Midnight Blue #161263

Color information

#161263 (or 0x161263) is unknown color: approx Midnight Blue. HEX triplet: 16, 12 and 63. RGB value is (22,18,99). Sum of RGB (Red+Green+Blue) = 22+18+99=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #161263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161263 is #E9ED9C. Grayscale: #1C1C1C. Windows color (decimal): -15330717 or 6492694. OLE color: 6492694.

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

Color convert

RGB221899-
CMYK0.780.8200.61
HSL242.96º69.23%22.94%-
HSV(B)242.96º81.82%38.82%-
XYZ2.81.511.95-
YUV28.43167.83123.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.83%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 99 (39.06% from 255) = 71.22%
R=15.83%
G=12.95%
B=71.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2218990.780.8200.61242.9669.2322.94
Hex1612634E5203Df34517
Octal262214311612207536310527
Binary1011010010110001110011101010010011110111110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161263; }

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

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

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

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

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

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

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

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