#163E57

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

Shades of Regal Blue #163E57

Tints of Regal Blue #163E57

Color information

#163E57 (or 0x163E57) is unknown color: approx Regal Blue. HEX triplet: 16, 3E and 57. RGB value is (22,62,87). Sum of RGB (Red+Green+Blue) = 22+62+87=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #163E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E57 is #E9C1A8. Grayscale: #343434. Windows color (decimal): -15319465 or 5717526. OLE color: 5717526.

HSL color Cylindrical-coordinate representation of color #163E57: hue angle of 203.08º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163E57 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB226287-
CMYK0.750.2900.66
HSL203.08º59.63%21.37%-
HSV(B)203.08º74.71%34.12%-
XYZ3.774.39.65-
YUV52.89147.25105.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.87%
GREEN value IS 62 (24.61% from 255) = 36.26%
BLUE value IS 87 (34.38% from 255) = 50.88%
R=12.87%
G=36.26%
B=50.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2262870.750.2900.66203.0859.6321.37
Hex163E574B1D042cb3c15
Octal26761271133501023137425
Binary101101111101010111100101111101010000101100101111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,62,87); }

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

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

 a { background-color: rgb(22,62,87); }

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

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

 span { border-color: rgb(22,62,87); }

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