Html Css Color HEX #104092 Smalt

📋 copy color: '#104092'

red 16 ◦ green 64 ◦ blue 146

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

Shades of Smalt #104092

Tints of Smalt #104092

RGB

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

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

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

R = 7.08%
G = 28.32%
B = 64.6%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#104092 (or 0x104092) is known color: Smalt. HEX triplet: 10, 40 and 92. RGB value is (16,64,146). Sum of RGB (Red+Green+Blue) = 16+64+146=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #104092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104092 is #EFBF6D. Grayscale: #3A3A3A. Windows color (decimal): -15712110 or 9584656. OLE color: 9584656.

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

Color convert

RGB 16 64 146 -
CMYK 0.89 0.56 0 0.43
HSL 217.85º 0.8% 0.32% -
HSV(B) 217.85º 0.89% 0.57% -
XYZ 7.24 5.85 27.94 -
YUV 59 177.1 97.33 -
System Red Green Blue C M Y K H S L
Decimal 16 64 146 0.89 0.56 0 0.43 217.85 0.8 0.32
Hex 10 40 92 59 38 0 2B DA 50 20
Octal 20 100 222 131 70 0 53 332 120 40
Binary 10000 1000000 10010010 1011001 111000 0 101011 11011010 1010000 100000

Color Harmonies of #104092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104092

Black with #104092

Text Example


Text Example

White with #104092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104092; }

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

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

background-color css

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

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

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

border-color css

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

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

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