#163956

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

Shades of Regal Blue #163956

Tints of Regal Blue #163956

Color information

#163956 (or 0x163956) is unknown color: approx Regal Blue. HEX triplet: 16, 39 and 56. RGB value is (22,57,86). Sum of RGB (Red+Green+Blue) = 22+57+86=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #163956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163956 is #E9C6A9. Grayscale: #313131. Windows color (decimal): -15320746 or 5650710. OLE color: 5650710.

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

Color convert

RGB225786-
CMYK0.740.3400.66
HSL207.19º59.26%21.18%-
HSV(B)207.19º74.42%33.73%-
XYZ3.473.779.35-
YUV49.84148.4108.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.33%
GREEN value IS 57 (22.66% from 255) = 34.55%
BLUE value IS 86 (33.98% from 255) = 52.12%
R=13.33%
G=34.55%
B=52.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2257860.740.3400.66207.1959.2621.18
Hex1639564A22042cf3b15
Octal26711261124201023177325
Binary1011011100110101101001010100010010000101100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163956; }

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

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

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

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

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

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

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

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