#103E97

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

Shades of Smalt #103E97

Tints of Smalt #103E97

Color information

#103E97 (or 0x103E97) is unknown color: approx Smalt. HEX triplet: 10, 3E and 97. RGB value is (16,62,151). Sum of RGB (Red+Green+Blue) = 16+62+151=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 151 (59.38% from 255 or 65.94% from 229); Max value from RGB is 151 - color contains mainly: blue. Hex color #103E97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103E97 is #EFC168. Grayscale: #393939. Windows color (decimal): -15712617 or 9911824. OLE color: 9911824.

HSL color Cylindrical-coordinate representation of color #103E97: hue angle of 219.56º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #103E97 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1662151-
CMYK0.890.5900.41
HSL219.56º80.84%32.75%-
HSV(B)219.56º89.4%59.22%-
XYZ7.525.7930-
YUV58.39180.2697.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 151 (59.38% from 255) = 65.94%
R=6.99%
G=27.07%
B=65.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16621510.890.5900.41219.5680.8432.75
Hex103E97593B029dc5121
Octal20762271317305133412141
Binary100001111101001011110110011110110101001110111001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,62,151); }

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

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

 a { background-color: rgb(16,62,151); }

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

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

 span { border-color: rgb(16,62,151); }

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