#163856

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

Shades of Regal Blue #163856

Tints of Regal Blue #163856

Color information

#163856 (or 0x163856) is unknown color: approx Regal Blue. HEX triplet: 16, 38 and 56. RGB value is (22,56,86). Sum of RGB (Red+Green+Blue) = 22+56+86=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #163856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163856 is #E9C7A9. Grayscale: #313131. Windows color (decimal): -15321002 or 5650454. OLE color: 5650454.

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

Color convert

RGB225686-
CMYK0.740.3500.66
HSL208.12º59.26%21.18%-
HSV(B)208.12º74.42%33.73%-
XYZ3.423.679.33-
YUV49.25148.74108.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.41%
GREEN value IS 56 (22.27% from 255) = 34.15%
BLUE value IS 86 (33.98% from 255) = 52.44%
R=13.41%
G=34.15%
B=52.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2256860.740.3500.66208.1259.2621.18
Hex1638564A23042d03b15
Octal26701261124301023207325
Binary1011011100010101101001010100011010000101101000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163856; }

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

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

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

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

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

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

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

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