#163085

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

Shades of Smalt #163085

Tints of Smalt #163085

Color information

#163085 (or 0x163085) is unknown color: approx Smalt. HEX triplet: 16, 30 and 85. RGB value is (22,48,133). Sum of RGB (Red+Green+Blue) = 22+48+133=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #163085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163085 is #E9CF7A. Grayscale: #313131. Windows color (decimal): -15323003 or 8728598. OLE color: 8728598.

HSL color Cylindrical-coordinate representation of color #163085: hue angle of 225.95º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163085 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2248133-
CMYK0.830.6400.48
HSL225.95º71.61%30.39%-
HSV(B)225.95º83.46%52.16%-
XYZ5.623.9822.66-
YUV49.92174.89108.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 133 (52.34% from 255) = 65.52%
R=10.84%
G=23.65%
B=65.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22481330.830.6400.48225.9571.6130.39
Hex1630855340030e2481e
Octal266020512310006034211036
Binary101101100001000010110100111000000011000011100010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163085; }

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

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

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

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

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

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

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

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