#163D5C

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

Shades of Regal Blue #163D5C

Tints of Regal Blue #163D5C

Color information

#163D5C (or 0x163D5C) is unknown color: approx Regal Blue. HEX triplet: 16, 3D and 5C. RGB value is (22,61,92). Sum of RGB (Red+Green+Blue) = 22+61+92=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #163D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D5C is #E9C2A3. Grayscale: #343434. Windows color (decimal): -15319716 or 6044950. OLE color: 6044950.

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

Color convert

RGB226192-
CMYK0.760.3400.64
HSL206.57º61.4%22.35%-
HSV(B)206.57º76.09%36.08%-
XYZ3.934.2810.74-
YUV52.87150.08105.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.57%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 92 (36.33% from 255) = 52.57%
R=12.57%
G=34.86%
B=52.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2261920.760.3400.64206.5761.422.35
Hex163D5C4C22040cf3d16
Octal26751341144201003177526
Binary1011011110110111001001100100010010000001100111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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