#163459

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

Shades of Regal Blue #163459

Tints of Regal Blue #163459

Color information

#163459 (or 0x163459) is unknown color: approx Regal Blue. HEX triplet: 16, 34 and 59. RGB value is (22,52,89). Sum of RGB (Red+Green+Blue) = 22+52+89=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #163459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163459 is #E9CBA6. Grayscale: #2F2F2F. Windows color (decimal): -15322023 or 5846038. OLE color: 5846038.

HSL color Cylindrical-coordinate representation of color #163459: hue angle of 213.13º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163459 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB225289-
CMYK0.750.4200.65
HSL213.13º60.36%21.76%-
HSV(B)213.13º75.28%34.9%-
XYZ3.363.359.92-
YUV47.25151.56109.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 89 (35.16% from 255) = 54.60%
R=13.50%
G=31.90%
B=54.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2252890.750.4200.65213.1360.3621.76
Hex1634594B2A041d53c16
Octal26641311135201013257426
Binary1011011010010110011001011101010010000011101010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163459; }

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

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

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

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

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

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

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

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