#163957

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

Shades of Regal Blue #163957

Tints of Regal Blue #163957

Color information

#163957 (or 0x163957) is unknown color: approx Regal Blue. HEX triplet: 16, 39 and 57. RGB value is (22,57,87). Sum of RGB (Red+Green+Blue) = 22+57+87=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #163957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163957 is #E9C6A8. Grayscale: #313131. Windows color (decimal): -15320745 or 5716246. OLE color: 5716246.

HSL color Cylindrical-coordinate representation of color #163957: hue angle of 207.69º 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 #163957 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB225787-
CMYK0.750.3400.66
HSL207.69º59.63%21.37%-
HSV(B)207.69º74.71%34.12%-
XYZ3.513.789.56-
YUV49.95148.9108.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 87 (34.38% from 255) = 52.41%
R=13.25%
G=34.34%
B=52.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2257870.750.3400.66207.6959.6321.37
Hex1639574B22042d03c15
Octal26711271134201023207425
Binary1011011100110101111001011100010010000101101000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163957; }

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

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

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

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

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

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

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

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