#104096

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

Shades of Smalt #104096

Tints of Smalt #104096

Color information

#104096 (or 0x104096) is unknown color: approx Smalt. HEX triplet: 10, 40 and 96. RGB value is (16,64,150). Sum of RGB (Red+Green+Blue) = 16+64+150=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #104096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104096 is #EFBF69. Grayscale: #3B3B3B. Windows color (decimal): -15712106 or 9846800. OLE color: 9846800.

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

Color convert

RGB1664150-
CMYK0.890.5700.41
HSL218.51º80.72%32.55%-
HSV(B)218.51º89.33%58.82%-
XYZ7.555.9829.61-
YUV59.45179.197.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 150 (58.98% from 255) = 65.22%
R=6.96%
G=27.83%
B=65.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16641500.890.5700.41218.5180.7232.55
Hex1040965939029db5121
Octal201002261317105133312141
Binary1000010000001001011010110011110010101001110110111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104096; }

 p { color: rgb(16,64,150); }

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

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

 a { background-color: rgb(16,64,150); }

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

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

 span { border-color: rgb(16,64,150); }

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