#163B50

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

Shades of Regal Blue #163B50

Tints of Regal Blue #163B50

Color information

#163B50 (or 0x163B50) is unknown color: approx Regal Blue. HEX triplet: 16, 3B and 50. RGB value is (22,59,80). Sum of RGB (Red+Green+Blue) = 22+59+80=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #163B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B50 is #E9C4AF. Grayscale: #323232. Windows color (decimal): -15320240 or 5258006. OLE color: 5258006.

HSL color Cylindrical-coordinate representation of color #163B50: hue angle of 201.72º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163B50 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB225980-
CMYK0.720.2600.69
HSL201.72º56.86%20%-
HSV(B)201.72º72.5%31.37%-
XYZ3.343.888.16-
YUV50.33144.74107.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.66%
GREEN value IS 59 (23.44% from 255) = 36.65%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=13.66%
G=36.65%
B=49.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2259800.720.2600.69201.7256.8620
Hex163B50481A045ca3914
Octal26731201103201053127124
Binary101101110111010000100100011010010001011100101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,59,80); }

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

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

 a { background-color: rgb(22,59,80); }

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

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

 span { border-color: rgb(22,59,80); }

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