#163D5A

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

Shades of Regal Blue #163D5A

Tints of Regal Blue #163D5A

Color information

#163D5A (or 0x163D5A) is unknown color: approx Regal Blue. HEX triplet: 16, 3D and 5A. RGB value is (22,61,90). Sum of RGB (Red+Green+Blue) = 22+61+90=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #163D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D5A is #E9C2A5. Grayscale: #343434. Windows color (decimal): -15319718 or 5913878. OLE color: 5913878.

HSL color Cylindrical-coordinate representation of color #163D5A: hue angle of 205.59º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #163D5A is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB226190-
CMYK0.760.3200.65
HSL205.59º60.71%21.96%-
HSV(B)205.59º75.56%35.29%-
XYZ3.854.2510.29-
YUV52.64149.08106.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.72%
GREEN value IS 61 (24.22% from 255) = 35.26%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=12.72%
G=35.26%
B=52.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2261900.760.3200.65205.5960.7121.96
Hex163D5A4C20041ce3d16
Octal26751321144001013167526
Binary1011011110110110101001100100000010000011100111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,61,90); }

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

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

 a { background-color: rgb(22,61,90); }

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

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

 span { border-color: rgb(22,61,90); }

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