#163A51

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

Shades of Regal Blue #163A51

Tints of Regal Blue #163A51

Color information

#163A51 (or 0x163A51) is unknown color: approx Regal Blue. HEX triplet: 16, 3A and 51. RGB value is (22,58,81). Sum of RGB (Red+Green+Blue) = 22+58+81=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #163A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A51 is #E9C5AE. Grayscale: #313131. Windows color (decimal): -15320495 or 5323286. OLE color: 5323286.

HSL color Cylindrical-coordinate representation of color #163A51: hue angle of 203.39º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163A51 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB225881-
CMYK0.730.2800.68
HSL203.39º57.28%20.2%-
HSV(B)203.39º72.84%31.76%-
XYZ3.333.798.34-
YUV49.86145.57108.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.66%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 81 (32.03% from 255) = 50.31%
R=13.66%
G=36.02%
B=50.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2258810.730.2800.68203.3957.2820.2
Hex163A51491C044cb3914
Octal26721211113401043137124
Binary101101110101010001100100111100010001001100101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163A51; }

 p { color: rgb(22,58,81); }

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

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

 a { background-color: rgb(22,58,81); }

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

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

 span { border-color: rgb(22,58,81); }

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