#163451

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

Shades of Regal Blue #163451

Tints of Regal Blue #163451

Color information

#163451 (or 0x163451) is unknown color: approx Regal Blue. HEX triplet: 16, 34 and 51. RGB value is (22,52,81). Sum of RGB (Red+Green+Blue) = 22+52+81=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #163451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163451 is #E9CBAE. Grayscale: #2E2E2E. Windows color (decimal): -15322031 or 5321750. OLE color: 5321750.

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

Color convert

RGB225281-
CMYK0.730.3600.68
HSL209.49º57.28%20.2%-
HSV(B)209.49º72.84%31.76%-
XYZ3.043.228.25-
YUV46.34147.56110.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 81 (32.03% from 255) = 52.26%
R=14.19%
G=33.55%
B=52.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2252810.730.3600.68209.4957.2820.2
Hex1634514924044d13914
Octal26641211114401043217124
Binary1011011010010100011001001100100010001001101000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163451; }

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

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

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

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

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

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

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

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