#163B60

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

Shades of Regal Blue #163B60

Tints of Regal Blue #163B60

Color information

#163B60 (or 0x163B60) is unknown color: approx Regal Blue. HEX triplet: 16, 3B and 60. RGB value is (22,59,96). Sum of RGB (Red+Green+Blue) = 22+59+96=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #163B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B60 is #E9C49F. Grayscale: #333333. Windows color (decimal): -15320224 or 6306582. OLE color: 6306582.

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

Color convert

RGB225996-
CMYK0.770.3900.62
HSL210º62.71%23.14%-
HSV(B)210º77.08%37.65%-
XYZ4.014.1411.65-
YUV52.16152.74106.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.43%
GREEN value IS 59 (23.44% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 54.24%
R=12.43%
G=33.33%
B=54.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2259960.770.3900.6221062.7123.14
Hex163B604D2703Ed23f17
Octal2673140115470763227727
Binary101101110111100000100110110011101111101101001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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