Html Css Color HEX #103293 Smalt

📋 copy color: '#103293'

red 16 ◦ green 50 ◦ blue 147

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

Shades of Smalt #103293

Tints of Smalt #103293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

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

R = 7.51%
G = 23.47%
B = 69.01%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#103293 (or 0x103293) is known color: Smalt. HEX triplet: 10, 32 and 93. RGB value is (16,50,147). Sum of RGB (Red+Green+Blue) = 16+50+147=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #103293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103293 is #EFCD6C. Grayscale: #323232. Windows color (decimal): -15715693 or 9646608. OLE color: 9646608.

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

Color convert

RGB 16 50 147 -
CMYK 0.89 0.66 0 0.42
HSL 224.43º 0.8% 0.32% -
HSV(B) 224.43º 0.89% 0.58% -
XYZ 6.62 4.5 28.12 -
YUV 50.89 182.24 103.11 -
System Red Green Blue C M Y K H S L
Decimal 16 50 147 0.89 0.66 0 0.42 224.43 0.8 0.32
Hex 10 32 93 59 42 0 2A E0 50 20
Octal 20 62 223 131 102 0 52 340 120 40
Binary 10000 110010 10010011 1011001 1000010 0 101010 11100000 1010000 100000

Color Harmonies of #103293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103293

Black with #103293

Text Example


Text Example

White with #103293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103293; }

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

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

background-color css

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

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

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

border-color css

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

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

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