#163156

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

Shades of Regal Blue #163156

Tints of Regal Blue #163156

Color information

#163156 (or 0x163156) is unknown color: approx Regal Blue. HEX triplet: 16, 31 and 56. RGB value is (22,49,86). Sum of RGB (Red+Green+Blue) = 22+49+86=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #163156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163156 is #E9CEA9. Grayscale: #2C2C2C. Windows color (decimal): -15322794 or 5648662. OLE color: 5648662.

HSL color Cylindrical-coordinate representation of color #163156: hue angle of 214.69º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163156 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB224986-
CMYK0.740.4300.66
HSL214.69º59.26%21.18%-
HSV(B)214.69º74.42%33.73%-
XYZ3.113.049.23-
YUV45.14151.05111.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 86 (33.98% from 255) = 54.78%
R=14.01%
G=31.21%
B=54.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2249860.740.4300.66214.6959.2621.18
Hex1631564A2B042d73b15
Octal26611261125301023277325
Binary1011011000110101101001010101011010000101101011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163156; }

 p { color: rgb(22,49,86); }

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

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

 a { background-color: rgb(22,49,86); }

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

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

 span { border-color: rgb(22,49,86); }

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