Html Css Color HEX #104396 Smalt

📋 copy color: '#104396'

red 16 ◦ green 67 ◦ blue 150

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

Shades of Smalt #104396

Tints of Smalt #104396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.76%

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

R = 6.87%
G = 28.76%
B = 64.38%

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

#104396 (or 0x104396) is known color: Smalt. HEX triplet: 10, 43 and 96. RGB value is (16,67,150). Sum of RGB (Red+Green+Blue) = 16+67+150=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #104396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104396 is #EFBC69. Grayscale: #3C3C3C. Windows color (decimal): -15711338 or 9847568. OLE color: 9847568.

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

Color convert

RGB 16 67 150 -
CMYK 0.89 0.55 0 0.41
HSL 217.16º 0.81% 0.33% -
HSV(B) 217.16º 0.89% 0.59% -
XYZ 7.73 6.33 29.67 -
YUV 61.21 178.1 95.75 -
System Red Green Blue C M Y K H S L
Decimal 16 67 150 0.89 0.55 0 0.41 217.16 0.81 0.33
Hex 10 43 96 59 37 0 29 D9 51 21
Octal 20 103 226 131 67 0 51 331 121 41
Binary 10000 1000011 10010110 1011001 110111 0 101001 11011001 1010001 100001

Color Harmonies of #104396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104396

Black with #104396

Text Example


Text Example

White with #104396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104396; }

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

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

background-color css

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

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

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

border-color css

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

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

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