Html Css Color HEX #104294 Smalt

📋 copy color: '#104294'

red 16 ◦ green 66 ◦ blue 148

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

Shades of Smalt #104294

Tints of Smalt #104294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 64.35%

R = 6.96%
G = 28.7%
B = 64.35%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#104294 (or 0x104294) is known color: Smalt. HEX triplet: 10, 42 and 94. RGB value is (16,66,148). Sum of RGB (Red+Green+Blue) = 16+66+148=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #104294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104294 is #EFBD6B. Grayscale: #3C3C3C. Windows color (decimal): -15711596 or 9716240. OLE color: 9716240.

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

Color convert

RGB 16 66 148 -
CMYK 0.89 0.55 0 0.42
HSL 217.27º 0.8% 0.32% -
HSV(B) 217.27º 0.89% 0.58% -
XYZ 7.51 6.14 28.81 -
YUV 60.4 177.44 96.33 -
System Red Green Blue C M Y K H S L
Decimal 16 66 148 0.89 0.55 0 0.42 217.27 0.8 0.32
Hex 10 42 94 59 37 0 2A D9 50 20
Octal 20 102 224 131 67 0 52 331 120 40
Binary 10000 1000010 10010100 1011001 110111 0 101010 11011001 1010000 100000

Color Harmonies of #104294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104294

Black with #104294

Text Example


Text Example

White with #104294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104294; }

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

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

background-color css

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

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

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

border-color css

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

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

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