#163A63

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

Shades of Regal Blue #163A63

Tints of Regal Blue #163A63

Color information

#163A63 (or 0x163A63) is unknown color: approx Regal Blue. HEX triplet: 16, 3A and 63. RGB value is (22,58,99). Sum of RGB (Red+Green+Blue) = 22+58+99=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #163A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A63 is #E9C59C. Grayscale: #333333. Windows color (decimal): -15320477 or 6502934. OLE color: 6502934.

HSL color Cylindrical-coordinate representation of color #163A63: hue angle of 211.95º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163A63 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB225899-
CMYK0.780.4100.61
HSL211.95º63.64%23.73%-
HSV(B)211.95º77.78%38.82%-
XYZ4.14.112.38-
YUV51.91154.57106.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.29%
GREEN value IS 58 (23.05% from 255) = 32.40%
BLUE value IS 99 (39.06% from 255) = 55.31%
R=12.29%
G=32.40%
B=55.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2258990.780.4100.61211.9563.6423.73
Hex163A634E2903Dd44018
Octal26721431165107532410030
Binary1011011101011000111001110101001011110111010100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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