Html Css Color HEX #104095 Smalt

📋 copy color: '#104095'

red 16 ◦ green 64 ◦ blue 149

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

Shades of Smalt #104095

Tints of Smalt #104095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 65.07%

R = 6.99%
G = 27.95%
B = 65.07%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#104095 (or 0x104095) is known color: Smalt. HEX triplet: 10, 40 and 95. RGB value is (16,64,149). Sum of RGB (Red+Green+Blue) = 16+64+149=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #104095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104095 is #EFBF6A. Grayscale: #3A3A3A. Windows color (decimal): -15712107 or 9781264. OLE color: 9781264.

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

Color convert

RGB 16 64 149 -
CMYK 0.89 0.57 0 0.42
HSL 218.35º 0.81% 0.32% -
HSV(B) 218.35º 0.89% 0.58% -
XYZ 7.47 5.95 29.19 -
YUV 59.34 178.6 97.09 -
System Red Green Blue C M Y K H S L
Decimal 16 64 149 0.89 0.57 0 0.42 218.35 0.81 0.32
Hex 10 40 95 59 39 0 2A DA 51 20
Octal 20 100 225 131 71 0 52 332 121 40
Binary 10000 1000000 10010101 1011001 111001 0 101010 11011010 1010001 100000

Color Harmonies of #104095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104095

Black with #104095

Text Example


Text Example

White with #104095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104095; }

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

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

background-color css

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

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

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

border-color css

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

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

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