Html Css Color HEX #104497 Smalt

📋 copy color: '#104497'

red 16 ◦ green 68 ◦ blue 151

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

Shades of Smalt #104497

Tints of Smalt #104497

RGB

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

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

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

R = 6.81%
G = 28.94%
B = 64.26%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#104497 (or 0x104497) is known color: Smalt. HEX triplet: 10, 44 and 97. RGB value is (16,68,151). Sum of RGB (Red+Green+Blue) = 16+68+151=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #104497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104497 is #EFBB68. Grayscale: #3D3D3D. Windows color (decimal): -15711081 or 9913360. OLE color: 9913360.

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

Color convert

RGB 16 68 151 -
CMYK 0.89 0.55 0 0.41
HSL 216.89º 0.81% 0.33% -
HSV(B) 216.89º 0.89% 0.59% -
XYZ 7.87 6.48 30.11 -
YUV 61.91 178.27 95.25 -
System Red Green Blue C M Y K H S L
Decimal 16 68 151 0.89 0.55 0 0.41 216.89 0.81 0.33
Hex 10 44 97 59 37 0 29 D9 51 21
Octal 20 104 227 131 67 0 51 331 121 41
Binary 10000 1000100 10010111 1011001 110111 0 101001 11011001 1010001 100001

Color Harmonies of #104497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104497

Black with #104497

Text Example


Text Example

White with #104497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104497; }

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

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

background-color css

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

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

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

border-color css

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

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

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