Html Css Color HEX #103193 Smalt

📋 copy color: '#103193'

red 16 ◦ green 49 ◦ blue 147

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

Shades of Smalt #103193

Tints of Smalt #103193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

 BLUE value IS 147 (57.81% from 255) = 69.34%

R = 7.55%
G = 23.11%
B = 69.34%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#103193 (or 0x103193) is known color: Smalt. HEX triplet: 10, 31 and 93. RGB value is (16,49,147). Sum of RGB (Red+Green+Blue) = 16+49+147=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #103193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103193 is #EFCE6C. Grayscale: #313131. Windows color (decimal): -15715949 or 9646352. OLE color: 9646352.

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

Color convert

RGB 16 49 147 -
CMYK 0.89 0.67 0 0.42
HSL 224.89º 0.8% 0.32% -
HSV(B) 224.89º 0.89% 0.58% -
XYZ 6.58 4.41 28.11 -
YUV 50.31 182.57 103.53 -
System Red Green Blue C M Y K H S L
Decimal 16 49 147 0.89 0.67 0 0.42 224.89 0.8 0.32
Hex 10 31 93 59 43 0 2A E1 50 20
Octal 20 61 223 131 103 0 52 341 120 40
Binary 10000 110001 10010011 1011001 1000011 0 101010 11100001 1010000 100000

Color Harmonies of #103193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103193

Black with #103193

Text Example


Text Example

White with #103193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103193; }

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

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

background-color css

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

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

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

border-color css

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

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

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