#163F59

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

Shades of Regal Blue #163F59

Tints of Regal Blue #163F59

Color information

#163F59 (or 0x163F59) is unknown color: approx Regal Blue. HEX triplet: 16, 3F and 59. RGB value is (22,63,89). Sum of RGB (Red+Green+Blue) = 22+63+89=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #163F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F59 is #E9C0A6. Grayscale: #353535. Windows color (decimal): -15319207 or 5848854. OLE color: 5848854.

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

Color convert

RGB226389-
CMYK0.750.2900.65
HSL203.28º60.36%21.76%-
HSV(B)203.28º75.28%34.9%-
XYZ3.914.4510.1-
YUV53.7147.92105.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.64%
GREEN value IS 63 (25% from 255) = 36.21%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=12.64%
G=36.21%
B=51.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2263890.750.2900.65203.2860.3621.76
Hex163F594B1D041cb3c16
Octal26771311133501013137426
Binary101101111111011001100101111101010000011100101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163F59; }

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

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

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

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

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

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

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

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