#163B5D

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

Shades of Regal Blue #163B5D

Tints of Regal Blue #163B5D

Color information

#163B5D (or 0x163B5D) is unknown color: approx Regal Blue. HEX triplet: 16, 3B and 5D. RGB value is (22,59,93). Sum of RGB (Red+Green+Blue) = 22+59+93=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #163B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B5D is #E9C4A2. Grayscale: #333333. Windows color (decimal): -15320227 or 6109974. OLE color: 6109974.

HSL color Cylindrical-coordinate representation of color #163B5D: hue angle of 208.73º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #163B5D is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB225993-
CMYK0.760.3700.64
HSL208.73º61.74%22.55%-
HSV(B)208.73º76.34%36.47%-
XYZ3.874.0910.94-
YUV51.81151.24106.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.64%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 93 (36.72% from 255) = 53.45%
R=12.64%
G=33.91%
B=53.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2259930.760.3700.64208.7361.7422.55
Hex163B5D4C25040d13e17
Octal26731351144501003217627
Binary1011011101110111011001100100101010000001101000111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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