#163588

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

Shades of Smalt #163588

Tints of Smalt #163588

Color information

#163588 (or 0x163588) is unknown color: approx Smalt. HEX triplet: 16, 35 and 88. RGB value is (22,53,136). Sum of RGB (Red+Green+Blue) = 22+53+136=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 136 (53.52% from 255 or 64.45% from 211); Max value from RGB is 136 - color contains mainly: blue. Hex color #163588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163588 is #E9CA77. Grayscale: #343434. Windows color (decimal): -15321720 or 8926486. OLE color: 8926486.

HSL color Cylindrical-coordinate representation of color #163588: hue angle of 223.68º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #163588 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2253136-
CMYK0.840.6100.47
HSL223.68º72.15%30.98%-
HSV(B)223.68º83.82%53.33%-
XYZ6.054.4923.84-
YUV53.19174.73105.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 136 (53.52% from 255) = 64.45%
R=10.43%
G=25.12%
B=64.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22531360.840.6100.47223.6872.1530.98
Hex163588543D02Fe0481f
Octal26652101247505734011037
Binary10110110101100010001010100111101010111111100000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163588; }

 p { color: rgb(22,53,136); }

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

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

 a { background-color: rgb(22,53,136); }

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

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

 span { border-color: rgb(22,53,136); }

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