Html Css Color HEX #104096 Smalt

📋 copy color: '#104096'

red 16 ◦ green 64 ◦ blue 150

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

Shades of Smalt #104096

Tints of Smalt #104096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 65.22%

R = 6.96%
G = 27.83%
B = 65.22%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#104096 (or 0x104096) is known color: Smalt. HEX triplet: 10, 40 and 96. RGB value is (16,64,150). Sum of RGB (Red+Green+Blue) = 16+64+150=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #104096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104096 is #EFBF69. Grayscale: #3B3B3B. Windows color (decimal): -15712106 or 9846800. OLE color: 9846800.

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

Color convert

RGB 16 64 150 -
CMYK 0.89 0.57 0 0.41
HSL 218.51º 0.81% 0.33% -
HSV(B) 218.51º 0.89% 0.59% -
XYZ 7.55 5.98 29.61 -
YUV 59.45 179.1 97.01 -
System Red Green Blue C M Y K H S L
Decimal 16 64 150 0.89 0.57 0 0.41 218.51 0.81 0.33
Hex 10 40 96 59 39 0 29 DB 51 21
Octal 20 100 226 131 71 0 51 333 121 41
Binary 10000 1000000 10010110 1011001 111001 0 101001 11011011 1010001 100001

Color Harmonies of #104096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104096

Black with #104096

Text Example


Text Example

White with #104096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104096; }

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

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

background-color css

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

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

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

border-color css

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

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

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