#103493

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

Shades of Smalt #103493

Tints of Smalt #103493

Color information

#103493 (or 0x103493) is unknown color: approx Smalt. HEX triplet: 10, 34 and 93. RGB value is (16,52,147). Sum of RGB (Red+Green+Blue) = 16+52+147=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #103493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103493 is #EFCB6C. Grayscale: #333333. Windows color (decimal): -15715181 or 9647120. OLE color: 9647120.

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

Color convert

RGB1652147-
CMYK0.890.6500.42
HSL223.51º80.37%31.96%-
HSV(B)223.51º89.12%57.65%-
XYZ6.714.6728.15-
YUV52.07181.57102.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.44%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 147 (57.81% from 255) = 68.37%
R=7.44%
G=24.19%
B=68.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16521470.890.6500.42223.5180.3731.96
Hex103493594102Ae05020
Octal206422313110105234012040
Binary1000011010010010011101100110000010101010111000001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103493; }

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

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

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

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

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

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

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

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