#163B53

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

Shades of Regal Blue #163B53

Tints of Regal Blue #163B53

Color information

#163B53 (or 0x163B53) is unknown color: approx Regal Blue. HEX triplet: 16, 3B and 53. RGB value is (22,59,83). Sum of RGB (Red+Green+Blue) = 22+59+83=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #163B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B53 is #E9C4AC. Grayscale: #323232. Windows color (decimal): -15320237 or 5454614. OLE color: 5454614.

HSL color Cylindrical-coordinate representation of color #163B53: hue angle of 203.61º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163B53 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB225983-
CMYK0.730.2900.67
HSL203.61º58.1%20.59%-
HSV(B)203.61º73.49%32.55%-
XYZ3.463.928.76-
YUV50.67146.24107.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.41%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 83 (32.81% from 255) = 50.61%
R=13.41%
G=35.98%
B=50.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2259830.730.2900.67203.6158.120.59
Hex163B53491D043cc3a15
Octal26731231113501033147225
Binary101101110111010011100100111101010000111100110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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