#163651

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

Shades of Regal Blue #163651

Tints of Regal Blue #163651

Color information

#163651 (or 0x163651) is unknown color: approx Regal Blue. HEX triplet: 16, 36 and 51. RGB value is (22,54,81). Sum of RGB (Red+Green+Blue) = 22+54+81=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #163651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163651 is #E9C9AE. Grayscale: #2F2F2F. Windows color (decimal): -15321519 or 5322262. OLE color: 5322262.

HSL color Cylindrical-coordinate representation of color #163651: hue angle of 207.46º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163651 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB225481-
CMYK0.730.3300.68
HSL207.46º57.28%20.2%-
HSV(B)207.46º72.84%31.76%-
XYZ3.143.48.28-
YUV47.51146.9109.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=14.01%
G=34.39%
B=51.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2254810.730.3300.68207.4657.2820.2
Hex1636514921044cf3914
Octal26661211114101043177124
Binary1011011011010100011001001100001010001001100111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163651; }

 p { color: rgb(22,54,81); }

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

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

 a { background-color: rgb(22,54,81); }

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

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

 span { border-color: rgb(22,54,81); }

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