#163F63

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

Shades of Regal Blue #163F63

Tints of Regal Blue #163F63

Color information

#163F63 (or 0x163F63) is unknown color: approx Regal Blue. HEX triplet: 16, 3F and 63. RGB value is (22,63,99). Sum of RGB (Red+Green+Blue) = 22+63+99=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #163F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F63 is #E9C09C. Grayscale: #363636. Windows color (decimal): -15319197 or 6504214. OLE color: 6504214.

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

Color convert

RGB226399-
CMYK0.780.3600.61
HSL208.05º63.64%23.73%-
HSV(B)208.05º77.78%38.82%-
XYZ4.364.6312.47-
YUV54.84152.92104.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.96%
GREEN value IS 63 (25% from 255) = 34.24%
BLUE value IS 99 (39.06% from 255) = 53.80%
R=11.96%
G=34.24%
B=53.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2263990.780.3600.61208.0563.6423.73
Hex163F634E2403Dd04018
Octal26771431164407532010030
Binary1011011111111000111001110100100011110111010000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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