#104395

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

Shades of Smalt #104395

Tints of Smalt #104395

Color information

#104395 (or 0x104395) is unknown color: approx Smalt. HEX triplet: 10, 43 and 95. RGB value is (16,67,149). Sum of RGB (Red+Green+Blue) = 16+67+149=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #104395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104395 is #EFBC6A. Grayscale: #3C3C3C. Windows color (decimal): -15711339 or 9782032. OLE color: 9782032.

HSL color Cylindrical-coordinate representation of color #104395: hue angle of 216.99º degrees, saturation: 0.81, 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 #104395 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1667149-
CMYK0.890.5500.42
HSL216.99º80.61%32.35%-
HSV(B)216.99º89.26%58.43%-
XYZ7.656.2929.25-
YUV61.1177.695.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.90%
GREEN value IS 67 (26.56% from 255) = 28.88%
BLUE value IS 149 (58.59% from 255) = 64.22%
R=6.90%
G=28.88%
B=64.22%

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
Decimal16671490.890.5500.42216.9980.6132.35
Hex104395593702Ad95120
Octal201032251316705233112140
Binary1000010000111001010110110011101110101010110110011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104395; }

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

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

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

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

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

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

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

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