#163C60

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

Shades of Regal Blue #163C60

Tints of Regal Blue #163C60

Color information

#163C60 (or 0x163C60) is unknown color: approx Regal Blue. HEX triplet: 16, 3C and 60. RGB value is (22,60,96). Sum of RGB (Red+Green+Blue) = 22+60+96=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #163C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C60 is #E9C39F. Grayscale: #343434. Windows color (decimal): -15319968 or 6306838. OLE color: 6306838.

HSL color Cylindrical-coordinate representation of color #163C60: hue angle of 209.19º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163C60 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB226096-
CMYK0.770.3800.62
HSL209.19º62.71%23.14%-
HSV(B)209.19º77.08%37.65%-
XYZ4.064.2511.67-
YUV52.74152.41106.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.36%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=12.36%
G=33.71%
B=53.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2260960.770.3800.62209.1962.7123.14
Hex163C604D2603Ed13f17
Octal2674140115460763217727
Binary101101111001100000100110110011001111101101000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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