#103B93

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

Shades of Smalt #103B93

Tints of Smalt #103B93

Color information

#103B93 (or 0x103B93) is unknown color: approx Smalt. HEX triplet: 10, 3B and 93. RGB value is (16,59,147). Sum of RGB (Red+Green+Blue) = 16+59+147=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #103B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103B93 is #EFC46C. Grayscale: #373737. Windows color (decimal): -15713389 or 9648912. OLE color: 9648912.

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

Color convert

RGB1659147-
CMYK0.890.6000.42
HSL220.31º80.37%31.96%-
HSV(B)220.31º89.12%57.65%-
XYZ7.045.3428.26-
YUV56.18179.2599.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.21%
GREEN value IS 59 (23.44% from 255) = 26.58%
BLUE value IS 147 (57.81% from 255) = 66.22%
R=7.21%
G=26.58%
B=66.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16591470.890.6000.42220.3180.3731.96
Hex103B93593C02Adc5020
Octal20732231317405233412040
Binary100001110111001001110110011111000101010110111001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103B93; }

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

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

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

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

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

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

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

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