Html Css Color HEX #104093 Smalt

📋 copy color: '#104093'

red 16 ◦ green 64 ◦ blue 147

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

Shades of Smalt #104093

Tints of Smalt #104093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.76%

R = 7.05%
G = 28.19%
B = 64.76%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#104093 (or 0x104093) is known color: Smalt. HEX triplet: 10, 40 and 93. RGB value is (16,64,147). Sum of RGB (Red+Green+Blue) = 16+64+147=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #104093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104093 is #EFBF6C. Grayscale: #3A3A3A. Windows color (decimal): -15712109 or 9650192. OLE color: 9650192.

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

Color convert

RGB 16 64 147 -
CMYK 0.89 0.56 0 0.42
HSL 218.02º 0.8% 0.32% -
HSV(B) 218.02º 0.89% 0.58% -
XYZ 7.31 5.88 28.35 -
YUV 59.11 177.6 97.25 -
System Red Green Blue C M Y K H S L
Decimal 16 64 147 0.89 0.56 0 0.42 218.02 0.8 0.32
Hex 10 40 93 59 38 0 2A DA 50 20
Octal 20 100 223 131 70 0 52 332 120 40
Binary 10000 1000000 10010011 1011001 111000 0 101010 11011010 1010000 100000

Color Harmonies of #104093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104093

Black with #104093

Text Example


Text Example

White with #104093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104093; }

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

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

background-color css

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

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

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

border-color css

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

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

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