Html Css Color HEX #104197 Smalt

📋 copy color: '#104197'

red 16 ◦ green 65 ◦ blue 151

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

Shades of Smalt #104197

Tints of Smalt #104197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.02%

 BLUE value IS 151 (59.38% from 255) = 65.09%

R = 6.9%
G = 28.02%
B = 65.09%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#104197 (or 0x104197) is known color: Smalt. HEX triplet: 10, 41 and 97. RGB value is (16,65,151). Sum of RGB (Red+Green+Blue) = 16+65+151=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #104197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104197 is #EFBE68. Grayscale: #3B3B3B. Windows color (decimal): -15711849 or 9912592. OLE color: 9912592.

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

Color convert

RGB 16 65 151 -
CMYK 0.89 0.57 0 0.41
HSL 218.22º 0.81% 0.33% -
HSV(B) 218.22º 0.89% 0.59% -
XYZ 7.69 6.13 30.06 -
YUV 60.15 179.27 96.51 -
System Red Green Blue C M Y K H S L
Decimal 16 65 151 0.89 0.57 0 0.41 218.22 0.81 0.33
Hex 10 41 97 59 39 0 29 DA 51 21
Octal 20 101 227 131 71 0 51 332 121 41
Binary 10000 1000001 10010111 1011001 111001 0 101001 11011010 1010001 100001

Color Harmonies of #104197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104197

Black with #104197

Text Example


Text Example

White with #104197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104197; }

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

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

background-color css

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

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

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

border-color css

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

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

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