#163D63

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

Shades of Regal Blue #163D63

Tints of Regal Blue #163D63

Color information

#163D63 (or 0x163D63) is unknown color: approx Regal Blue. HEX triplet: 16, 3D and 63. RGB value is (22,61,99). Sum of RGB (Red+Green+Blue) = 22+61+99=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #163D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D63 is #E9C29C. Grayscale: #353535. Windows color (decimal): -15319709 or 6503702. OLE color: 6503702.

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

Color convert

RGB226199-
CMYK0.780.3800.61
HSL209.61º63.64%23.73%-
HSV(B)209.61º77.78%38.82%-
XYZ4.254.4112.43-
YUV53.67153.58105.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.09%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 99 (39.06% from 255) = 54.40%
R=12.09%
G=33.52%
B=54.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2261990.780.3800.61209.6163.6423.73
Hex163D634E2603Dd24018
Octal26751431164607532210030
Binary1011011110111000111001110100110011110111010010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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