#104394

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

Shades of Smalt #104394

Tints of Smalt #104394

Color information

#104394 (or 0x104394) is unknown color: approx Smalt. HEX triplet: 10, 43 and 94. RGB value is (16,67,148). Sum of RGB (Red+Green+Blue) = 16+67+148=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #104394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104394 is #EFBC6B. Grayscale: #3C3C3C. Windows color (decimal): -15711340 or 9716496. OLE color: 9716496.

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

Color convert

RGB1667148-
CMYK0.890.5500.42
HSL216.82º80.49%32.16%-
HSV(B)216.82º89.19%58.04%-
XYZ7.576.2628.83-
YUV60.98177.195.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.93%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 148 (58.20% from 255) = 64.07%
R=6.93%
G=29.00%
B=64.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16671480.890.5500.42216.8280.4932.16
Hex104394593702Ad95020
Octal201032241316705233112040
Binary1000010000111001010010110011101110101010110110011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104394; }

 p { color: rgb(16,67,148); }

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

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

 a { background-color: rgb(16,67,148); }

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

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

 span { border-color: rgb(16,67,148); }

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