#163082

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

Shades of Sapphire #163082

Tints of Sapphire #163082

Color information

#163082 (or 0x163082) is unknown color: approx Sapphire. HEX triplet: 16, 30 and 82. RGB value is (22,48,130). Sum of RGB (Red+Green+Blue) = 22+48+130=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #163082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163082 is #E9CF7D. Grayscale: #313131. Windows color (decimal): -15323006 or 8531990. OLE color: 8531990.

HSL color Cylindrical-coordinate representation of color #163082: hue angle of 225.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163082 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2248130-
CMYK0.830.6300.49
HSL225.56º71.05%29.8%-
HSV(B)225.56º83.08%50.98%-
XYZ5.423.921.59-
YUV49.57173.39108.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 130 (51.17% from 255) = 65%
R=11%
G=24%
B=65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22481300.830.6300.49225.5671.0529.8
Hex163082533F031e2471e
Octal26602021237706134210736
Binary10110110000100000101010011111111011000111100010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163082; }

 p { color: rgb(22,48,130); }

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

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

 a { background-color: rgb(22,48,130); }

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

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

 span { border-color: rgb(22,48,130); }

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