Html Css Color HEX #104397 Smalt

📋 copy color: '#104397'

red 16 ◦ green 67 ◦ blue 151

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

Shades of Smalt #104397

Tints of Smalt #104397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

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

R = 6.84%
G = 28.63%
B = 64.53%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#104397 (or 0x104397) is known color: Smalt. HEX triplet: 10, 43 and 97. RGB value is (16,67,151). Sum of RGB (Red+Green+Blue) = 16+67+151=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #104397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104397 is #EFBC68. Grayscale: #3C3C3C. Windows color (decimal): -15711337 or 9913104. OLE color: 9913104.

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

Color convert

RGB 16 67 151 -
CMYK 0.89 0.56 0 0.41
HSL 217.33º 0.81% 0.33% -
HSV(B) 217.33º 0.89% 0.59% -
XYZ 7.81 6.36 30.09 -
YUV 61.33 178.6 95.67 -
System Red Green Blue C M Y K H S L
Decimal 16 67 151 0.89 0.56 0 0.41 217.33 0.81 0.33
Hex 10 43 97 59 38 0 29 D9 51 21
Octal 20 103 227 131 70 0 51 331 121 41
Binary 10000 1000011 10010111 1011001 111000 0 101001 11011001 1010001 100001

Color Harmonies of #104397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104397

Black with #104397

Text Example


Text Example

White with #104397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104397; }

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

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

background-color css

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

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

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

border-color css

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

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

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