#124193

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

Shades of Smalt #124193

Tints of Smalt #124193

Color information

#124193 (or 0x124193) is unknown color: approx Smalt. HEX triplet: 12, 41 and 93. RGB value is (18,65,147). Sum of RGB (Red+Green+Blue) = 18+65+147=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #124193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124193 is #EDBE6C. Grayscale: #3B3B3B. Windows color (decimal): -15580781 or 9650450. OLE color: 9650450.

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

Color convert

RGB1865147-
CMYK0.880.5600.42
HSL218.14º78.18%32.35%-
HSV(B)218.14º87.76%57.65%-
XYZ7.416.0228.37-
YUV60.3176.9397.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 147 (57.81% from 255) = 63.91%
R=7.83%
G=28.26%
B=63.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18651470.880.5600.42218.1478.1832.35
Hex124193583802Ada4e20
Octal221012231307005233211640
Binary1001010000011001001110110001110000101010110110101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124193; }

 p { color: rgb(18,65,147); }

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

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

 a { background-color: rgb(18,65,147); }

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

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

 span { border-color: rgb(18,65,147); }

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