#103490

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

Shades of Smalt #103490

Tints of Smalt #103490

Color information

#103490 (or 0x103490) is unknown color: approx Smalt. HEX triplet: 10, 34 and 90. RGB value is (16,52,144). Sum of RGB (Red+Green+Blue) = 16+52+144=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #103490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103490 is #EFCB6F. Grayscale: #333333. Windows color (decimal): -15715184 or 9450512. OLE color: 9450512.

HSL color Cylindrical-coordinate representation of color #103490: hue angle of 223.12º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #103490 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1652144-
CMYK0.890.6400.44
HSL223.12º80%31.37%-
HSV(B)223.12º88.89%56.47%-
XYZ6.484.5826.93-
YUV51.72180.07102.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 52 (20.70% from 255) = 24.53%
BLUE value IS 144 (56.64% from 255) = 67.92%
R=7.55%
G=24.53%
B=67.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16521440.890.6400.44223.128031.37
Hex103490594002Cdf501f
Octal206422013110005433712037
Binary100001101001001000010110011000000010110011011111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103490; }

 p { color: rgb(16,52,144); }

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

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

 a { background-color: rgb(16,52,144); }

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

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

 span { border-color: rgb(16,52,144); }

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