#163C5D

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

Shades of Regal Blue #163C5D

Tints of Regal Blue #163C5D

Color information

#163C5D (or 0x163C5D) is unknown color: approx Regal Blue. HEX triplet: 16, 3C and 5D. RGB value is (22,60,93). Sum of RGB (Red+Green+Blue) = 22+60+93=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #163C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C5D is #E9C3A2. Grayscale: #343434. Windows color (decimal): -15319971 or 6110230. OLE color: 6110230.

HSL color Cylindrical-coordinate representation of color #163C5D: hue angle of 207.89º 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 #163C5D is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB226093-
CMYK0.760.3500.64
HSL207.89º61.74%22.55%-
HSV(B)207.89º76.34%36.47%-
XYZ3.924.1910.96-
YUV52.4150.91106.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.57%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=12.57%
G=34.29%
B=53.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2260930.760.3500.64207.8961.7422.55
Hex163C5D4C23040d03e17
Octal26741351144301003207627
Binary1011011110010111011001100100011010000001101000011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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