#124696

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

Shades of Smalt #124696

Tints of Smalt #124696

Color information

#124696 (or 0x124696) is unknown color: approx Smalt. HEX triplet: 12, 46 and 96. RGB value is (18,70,150). Sum of RGB (Red+Green+Blue) = 18+70+150=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #124696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124696 is #EDB969. Grayscale: #3F3F3F. Windows color (decimal): -15579498 or 9848338. OLE color: 9848338.

HSL color Cylindrical-coordinate representation of color #124696: hue angle of 216.36º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124696 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1870150-
CMYK0.880.5300.41
HSL216.36º78.57%32.94%-
HSV(B)216.36º88%58.82%-
XYZ7.946.7129.73-
YUV63.57176.7795.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 70 (27.73% from 255) = 29.41%
BLUE value IS 150 (58.98% from 255) = 63.03%
R=7.56%
G=29.41%
B=63.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18701500.880.5300.41216.3678.5732.94
Hex1246965835029d84f21
Octal221062261306505133011741
Binary1001010001101001011010110001101010101001110110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124696; }

 p { color: rgb(18,70,150); }

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

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

 a { background-color: rgb(18,70,150); }

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

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

 span { border-color: rgb(18,70,150); }

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