#163B58

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

Shades of Regal Blue #163B58

Tints of Regal Blue #163B58

Color information

#163B58 (or 0x163B58) is unknown color: approx Regal Blue. HEX triplet: 16, 3B and 58. RGB value is (22,59,88). Sum of RGB (Red+Green+Blue) = 22+59+88=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #163B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B58 is #E9C4A7. Grayscale: #333333. Windows color (decimal): -15320232 or 5782294. OLE color: 5782294.

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

Color convert

RGB225988-
CMYK0.750.3300.65
HSL206.36º60%21.57%-
HSV(B)206.36º75%34.51%-
XYZ3.6649.81-
YUV51.24148.74107.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.02%
GREEN value IS 59 (23.44% from 255) = 34.91%
BLUE value IS 88 (34.77% from 255) = 52.07%
R=13.02%
G=34.91%
B=52.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2259880.750.3300.65206.366021.57
Hex163B584B21041ce3c16
Octal26731301134101013167426
Binary1011011101110110001001011100001010000011100111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,59,88); }

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

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

 a { background-color: rgb(22,59,88); }

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

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

 span { border-color: rgb(22,59,88); }

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