Html Css Color HEX #104697 Smalt

📋 copy color: '#104697'

red 16 ◦ green 70 ◦ blue 151

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

Shades of Smalt #104697

Tints of Smalt #104697

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

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

R = 6.75%
G = 29.54%
B = 63.71%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#104697 (or 0x104697) is known color: Smalt. HEX triplet: 10, 46 and 97. RGB value is (16,70,151). Sum of RGB (Red+Green+Blue) = 16+70+151=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #104697 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104697 is #EFB968. Grayscale: #3E3E3E. Windows color (decimal): -15710569 or 9913872. OLE color: 9913872.

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

Color convert

RGB 16 70 151 -
CMYK 0.89 0.54 0 0.41
HSL 216º 0.81% 0.33% -
HSV(B) 216º 0.89% 0.59% -
XYZ 7.99 6.72 30.16 -
YUV 63.09 177.61 94.41 -
System Red Green Blue C M Y K H S L
Decimal 16 70 151 0.89 0.54 0 0.41 216 0.81 0.33
Hex 10 46 97 59 36 0 29 D8 51 21
Octal 20 106 227 131 66 0 51 330 121 41
Binary 10000 1000110 10010111 1011001 110110 0 101001 11011000 1010001 100001

Color Harmonies of #104697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104697

Black with #104697

Text Example


Text Example

White with #104697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104697; }

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

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

background-color css

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

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

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

border-color css

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

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

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