#163C51

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

Shades of Regal Blue #163C51

Tints of Regal Blue #163C51

Color information

#163C51 (or 0x163C51) is unknown color: approx Regal Blue. HEX triplet: 16, 3C and 51. RGB value is (22,60,81). Sum of RGB (Red+Green+Blue) = 22+60+81=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #163C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C51 is #E9C3AE. Grayscale: #323232. Windows color (decimal): -15319983 or 5323798. OLE color: 5323798.

HSL color Cylindrical-coordinate representation of color #163C51: hue angle of 201.36º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163C51 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB226081-
CMYK0.730.2600.68
HSL201.36º57.28%20.2%-
HSV(B)201.36º72.84%31.76%-
XYZ3.4348.38-
YUV51.03144.91107.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 60 (23.83% from 255) = 36.81%
BLUE value IS 81 (32.03% from 255) = 49.69%
R=13.50%
G=36.81%
B=49.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2260810.730.2600.68201.3657.2820.2
Hex163C51491A044c93914
Octal26741211113201043117124
Binary101101111001010001100100111010010001001100100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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