#163A60

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

Shades of Regal Blue #163A60

Tints of Regal Blue #163A60

Color information

#163A60 (or 0x163A60) is unknown color: approx Regal Blue. HEX triplet: 16, 3A and 60. RGB value is (22,58,96). Sum of RGB (Red+Green+Blue) = 22+58+96=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #163A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A60 is #E9C59F. Grayscale: #333333. Windows color (decimal): -15320480 or 6306326. OLE color: 6306326.

HSL color Cylindrical-coordinate representation of color #163A60: hue angle of 210.81º 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 #163A60 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB225896-
CMYK0.770.4000.62
HSL210.81º62.71%23.14%-
HSV(B)210.81º77.08%37.65%-
XYZ3.964.0411.64-
YUV51.57153.07106.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.5%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=12.5%
G=32.95%
B=54.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2258960.770.4000.62210.8162.7123.14
Hex163A604D2803Ed33f17
Octal2672140115500763237727
Binary101101110101100000100110110100001111101101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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