#163A56

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

Shades of Regal Blue #163A56

Tints of Regal Blue #163A56

Color information

#163A56 (or 0x163A56) is unknown color: approx Regal Blue. HEX triplet: 16, 3A and 56. RGB value is (22,58,86). Sum of RGB (Red+Green+Blue) = 22+58+86=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #163A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A56 is #E9C5A9. Grayscale: #323232. Windows color (decimal): -15320490 or 5650966. OLE color: 5650966.

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

Color convert

RGB225886-
CMYK0.740.3300.66
HSL206.25º59.26%21.18%-
HSV(B)206.25º74.42%33.73%-
XYZ3.523.879.37-
YUV50.43148.07107.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 58 (23.05% from 255) = 34.94%
BLUE value IS 86 (33.98% from 255) = 51.81%
R=13.25%
G=34.94%
B=51.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2258860.740.3300.66206.2559.2621.18
Hex163A564A21042ce3b15
Octal26721261124101023167325
Binary1011011101010101101001010100001010000101100111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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