#163963

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

Shades of Regal Blue #163963

Tints of Regal Blue #163963

Color information

#163963 (or 0x163963) is unknown color: approx Regal Blue. HEX triplet: 16, 39 and 63. RGB value is (22,57,99). Sum of RGB (Red+Green+Blue) = 22+57+99=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #163963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163963 is #E9C69C. Grayscale: #333333. Windows color (decimal): -15320733 or 6502678. OLE color: 6502678.

HSL color Cylindrical-coordinate representation of color #163963: hue angle of 212.73º 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 #163963 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB225799-
CMYK0.780.4200.61
HSL212.73º63.64%23.73%-
HSV(B)212.73º77.78%38.82%-
XYZ4.05412.36-
YUV51.32154.9107.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.36%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 99 (39.06% from 255) = 55.62%
R=12.36%
G=32.02%
B=55.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2257990.780.4200.61212.7363.6423.73
Hex1639634E2A03Dd54018
Octal26711431165207532510030
Binary1011011100111000111001110101010011110111010101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163963; }

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

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

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

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

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

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

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

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