#123591

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

Shades of Smalt #123591

Tints of Smalt #123591

Color information

#123591 (or 0x123591) is unknown color: approx Smalt. HEX triplet: 12, 35 and 91. RGB value is (18,53,145). Sum of RGB (Red+Green+Blue) = 18+53+145=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #123591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123591 is #EDCA6E. Grayscale: #343434. Windows color (decimal): -15583855 or 9516306. OLE color: 9516306.

HSL color Cylindrical-coordinate representation of color #123591: hue angle of 223.46º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123591 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1853145-
CMYK0.880.6300.43
HSL223.46º77.91%31.96%-
HSV(B)223.46º87.59%56.86%-
XYZ6.634.7227.35-
YUV53.02179.9103.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 145 (57.03% from 255) = 67.13%
R=8.33%
G=24.54%
B=67.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18531450.880.6300.43223.4677.9131.96
Hex123591583F02Bdf4e20
Octal22652211307705333711640
Binary100101101011001000110110001111110101011110111111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123591; }

 p { color: rgb(18,53,145); }

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

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

 a { background-color: rgb(18,53,145); }

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

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

 span { border-color: rgb(18,53,145); }

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