Html Css Color HEX #103E96 Smalt

📋 copy color: '#103E96'

red 16 ◦ green 62 ◦ blue 150

#103E96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #103E96

Tints of Smalt #103E96

RGB

 RED value IS 16 (6.64% from 255) = 7.02%

 GREEN value IS 62 (24.61% from 255) = 27.19%

 BLUE value IS 150 (58.98% from 255) = 65.79%

R = 7.02%
G = 27.19%
B = 65.79%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#103E96 (or 0x103E96) is known color: Smalt. HEX triplet: 10, 3E and 96. RGB value is (16,62,150). Sum of RGB (Red+Green+Blue) = 16+62+150=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #103E96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103E96 is #EFC169. Grayscale: #393939. Windows color (decimal): -15712618 or 9846288. OLE color: 9846288.

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

Color convert

RGB 16 62 150 -
CMYK 0.89 0.59 0 0.41
HSL 219.4º 0.81% 0.33% -
HSV(B) 219.4º 0.89% 0.59% -
XYZ 7.44 5.76 29.57 -
YUV 58.28 179.76 97.84 -
System Red Green Blue C M Y K H S L
Decimal 16 62 150 0.89 0.59 0 0.41 219.4 0.81 0.33
Hex 10 3E 96 59 3B 0 29 DB 51 21
Octal 20 76 226 131 73 0 51 333 121 41
Binary 10000 111110 10010110 1011001 111011 0 101001 11011011 1010001 100001

Color Harmonies of #103E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103E96

Black with #103E96

Text Example


Text Example

White with #103E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #103E96;
 }
 .AnyTagClassName
 {
   color: #103E96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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