Html Css Color HEX #104097 Smalt

📋 copy color: '#104097'

red 16 ◦ green 64 ◦ blue 151

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

Shades of Smalt #104097

Tints of Smalt #104097

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

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

R = 6.93%
G = 27.71%
B = 65.37%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#104097 (or 0x104097) is known color: Smalt. HEX triplet: 10, 40 and 97. RGB value is (16,64,151). Sum of RGB (Red+Green+Blue) = 16+64+151=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 151 (59.38% from 255 or 65.37% from 231); Max value from RGB is 151 - color contains mainly: blue. Hex color #104097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104097 is #EFBF68. Grayscale: #3B3B3B. Windows color (decimal): -15712105 or 9912336. OLE color: 9912336.

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

Color convert

RGB 16 64 151 -
CMYK 0.89 0.58 0 0.41
HSL 218.67º 0.81% 0.33% -
HSV(B) 218.67º 0.89% 0.59% -
XYZ 7.63 6.01 30.04 -
YUV 59.57 179.6 96.93 -
System Red Green Blue C M Y K H S L
Decimal 16 64 151 0.89 0.58 0 0.41 218.67 0.81 0.33
Hex 10 40 97 59 3A 0 29 DB 51 21
Octal 20 100 227 131 72 0 51 333 121 41
Binary 10000 1000000 10010111 1011001 111010 0 101001 11011011 1010001 100001

Color Harmonies of #104097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104097

Black with #104097

Text Example


Text Example

White with #104097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104097; }

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

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

background-color css

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

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

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

border-color css

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

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

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