#163083

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

Shades of Smalt #163083

Tints of Smalt #163083

Color information

#163083 (or 0x163083) is unknown color: approx Smalt. HEX triplet: 16, 30 and 83. RGB value is (22,48,131). Sum of RGB (Red+Green+Blue) = 22+48+131=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #163083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163083 is #E9CF7C. Grayscale: #313131. Windows color (decimal): -15323005 or 8597526. OLE color: 8597526.

HSL color Cylindrical-coordinate representation of color #163083: hue angle of 225.69º 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 #163083 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2248131-
CMYK0.830.6300.49
HSL225.69º71.24%30%-
HSV(B)225.69º83.21%51.37%-
XYZ5.483.9221.94-
YUV49.69173.89108.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.95%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 131 (51.56% from 255) = 65.17%
R=10.95%
G=23.88%
B=65.17%

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
Decimal22481310.830.6300.49225.6971.2430
Hex163083533F031e2471e
Octal26602031237706134210736
Binary10110110000100000111010011111111011000111100010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163083; }

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

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

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

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

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

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

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

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