Html Css Color HEX #104292 Smalt

📋 copy color: '#104292'

red 16 ◦ green 66 ◦ blue 146

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

Shades of Smalt #104292

Tints of Smalt #104292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.95%

 BLUE value IS 146 (57.42% from 255) = 64.04%

R = 7.02%
G = 28.95%
B = 64.04%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#104292 (or 0x104292) is known color: Smalt. HEX triplet: 10, 42 and 92. RGB value is (16,66,146). Sum of RGB (Red+Green+Blue) = 16+66+146=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #104292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104292 is #EFBD6D. Grayscale: #3B3B3B. Windows color (decimal): -15711598 or 9585168. OLE color: 9585168.

HSL color Cylindrical-coordinate representation of color #104292: hue angle of 216.92º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104292 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 16 66 146 -
CMYK 0.89 0.55 0 0.43
HSL 216.92º 0.8% 0.32% -
HSV(B) 216.92º 0.89% 0.57% -
XYZ 7.35 6.08 27.98 -
YUV 60.17 176.44 96.5 -
System Red Green Blue C M Y K H S L
Decimal 16 66 146 0.89 0.55 0 0.43 216.92 0.8 0.32
Hex 10 42 92 59 37 0 2B D9 50 20
Octal 20 102 222 131 67 0 53 331 120 40
Binary 10000 1000010 10010010 1011001 110111 0 101011 11011001 1010000 100000

Color Harmonies of #104292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104292

Black with #104292

Text Example


Text Example

White with #104292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104292; }

 p { color: rgb(16,66,146); }

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

background-color css

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

 a { background-color: rgb(16,66,146); }

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

border-color css

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

 span { border-color: rgb(16,66,146); }

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