Html Css Color HEX #104495 Smalt

📋 copy color: '#104495'

red 16 ◦ green 68 ◦ blue 149

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

Shades of Smalt #104495

Tints of Smalt #104495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.18%

 BLUE value IS 149 (58.59% from 255) = 63.95%

R = 6.87%
G = 29.18%
B = 63.95%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#104495 (or 0x104495) is known color: Smalt. HEX triplet: 10, 44 and 95. RGB value is (16,68,149). Sum of RGB (Red+Green+Blue) = 16+68+149=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #104495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104495 is #EFBB6A. Grayscale: #3D3D3D. Windows color (decimal): -15711083 or 9782288. OLE color: 9782288.

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

Color convert

RGB 16 68 149 -
CMYK 0.89 0.54 0 0.42
HSL 216.54º 0.81% 0.32% -
HSV(B) 216.54º 0.89% 0.58% -
XYZ 7.71 6.41 29.27 -
YUV 61.69 177.27 95.41 -
System Red Green Blue C M Y K H S L
Decimal 16 68 149 0.89 0.54 0 0.42 216.54 0.81 0.32
Hex 10 44 95 59 36 0 2A D9 51 20
Octal 20 104 225 131 66 0 52 331 121 40
Binary 10000 1000100 10010101 1011001 110110 0 101010 11011001 1010001 100000

Color Harmonies of #104495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104495

Black with #104495

Text Example


Text Example

White with #104495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104495; }

 p { color: rgb(16,68,149); }

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

background-color css

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

 a { background-color: rgb(16,68,149); }

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

border-color css

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

 span { border-color: rgb(16,68,149); }

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