#163959

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

Shades of Regal Blue #163959

Tints of Regal Blue #163959

Color information

#163959 (or 0x163959) is unknown color: approx Regal Blue. HEX triplet: 16, 39 and 59. RGB value is (22,57,89). Sum of RGB (Red+Green+Blue) = 22+57+89=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #163959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163959 is #E9C6A6. Grayscale: #323232. Windows color (decimal): -15320743 or 5847318. OLE color: 5847318.

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

Color convert

RGB225789-
CMYK0.750.3600.65
HSL208.66º60.36%21.76%-
HSV(B)208.66º75.28%34.9%-
XYZ3.63.8210-
YUV50.18149.9107.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.10%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 89 (35.16% from 255) = 52.98%
R=13.10%
G=33.93%
B=52.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2257890.750.3600.65208.6660.3621.76
Hex1639594B24041d13c16
Octal26711311134401013217426
Binary1011011100110110011001011100100010000011101000111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163959; }

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

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

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

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

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

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

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

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