Html Css Color HEX #103493 Smalt

📋 copy color: '#103493'

red 16 ◦ green 52 ◦ blue 147

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

Shades of Smalt #103493

Tints of Smalt #103493

RGB

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

 GREEN value IS 52 (20.7% 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 value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#103493 (or 0x103493) is known color: 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

RGB 16 52 147 -
CMYK 0.89 0.65 0 0.42
HSL 223.51º 0.8% 0.32% -
HSV(B) 223.51º 0.89% 0.58% -
XYZ 6.71 4.67 28.15 -
YUV 52.07 181.57 102.28 -
System Red Green Blue C M Y K H S L
Decimal 16 52 147 0.89 0.65 0 0.42 223.51 0.8 0.32
Hex 10 34 93 59 41 0 2A E0 50 20
Octal 20 64 223 131 101 0 52 340 120 40
Binary 10000 110100 10010011 1011001 1000001 0 101010 11100000 1010000 100000

Color Harmonies of #103493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103493

Black with #103493

Text Example


Text Example

White with #103493

Text Example


Text Example

HTML Codes & Css Web 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>