#163857

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

Shades of Regal Blue #163857

Tints of Regal Blue #163857

Color information

#163857 (or 0x163857) is unknown color: approx Regal Blue. HEX triplet: 16, 38 and 57. RGB value is (22,56,87). Sum of RGB (Red+Green+Blue) = 22+56+87=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #163857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163857 is #E9C7A8. Grayscale: #313131. Windows color (decimal): -15321001 or 5715990. OLE color: 5715990.

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

Color convert

RGB225687-
CMYK0.750.3600.66
HSL208.62º59.63%21.37%-
HSV(B)208.62º74.71%34.12%-
XYZ3.473.699.55-
YUV49.37149.24108.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.33%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 87 (34.38% from 255) = 52.73%
R=13.33%
G=33.94%
B=52.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2256870.750.3600.66208.6259.6321.37
Hex1638574B24042d13c15
Octal26701271134401023217425
Binary1011011100010101111001011100100010000101101000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163857; }

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

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

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

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

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

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

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

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