#123590

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

Shades of Smalt #123590

Tints of Smalt #123590

Color information

#123590 (or 0x123590) is unknown color: approx Smalt. HEX triplet: 12, 35 and 90. RGB value is (18,53,144). Sum of RGB (Red+Green+Blue) = 18+53+144=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #123590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123590 is #EDCA6F. Grayscale: #343434. Windows color (decimal): -15583856 or 9450770. OLE color: 9450770.

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

Color convert

RGB1853144-
CMYK0.880.6300.44
HSL223.33º77.78%31.76%-
HSV(B)223.33º87.5%56.47%-
XYZ6.564.6926.94-
YUV52.91179.4103.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 144 (56.64% from 255) = 66.98%
R=8.37%
G=24.65%
B=66.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18531440.880.6300.44223.3377.7831.76
Hex123590583F02Cdf4e20
Octal22652201307705433711640
Binary100101101011001000010110001111110101100110111111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123590; }

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

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

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

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

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

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

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

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