#163D54

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

Shades of Regal Blue #163D54

Tints of Regal Blue #163D54

Color information

#163D54 (or 0x163D54) is unknown color: approx Regal Blue. HEX triplet: 16, 3D and 54. RGB value is (22,61,84). Sum of RGB (Red+Green+Blue) = 22+61+84=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #163D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D54 is #E9C2AB. Grayscale: #333333. Windows color (decimal): -15319724 or 5520662. OLE color: 5520662.

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

Color convert

RGB226184-
CMYK0.740.2700.67
HSL202.26º58.49%20.78%-
HSV(B)202.26º73.81%32.94%-
XYZ3.64.159-
YUV51.96146.08106.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.17%
GREEN value IS 61 (24.22% from 255) = 36.53%
BLUE value IS 84 (33.20% from 255) = 50.30%
R=13.17%
G=36.53%
B=50.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2261840.740.2700.67202.2658.4920.78
Hex163D544A1B043ca3a15
Octal26751241123301033127225
Binary101101111011010100100101011011010000111100101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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