Html Css Color HEX #104098 Smalt

📋 copy color: '#104098'

red 16 ◦ green 64 ◦ blue 152

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

Shades of Smalt #104098

Tints of Smalt #104098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 65.52%

R = 6.9%
G = 27.59%
B = 65.52%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#104098 (or 0x104098) is known color: Smalt. HEX triplet: 10, 40 and 98. RGB value is (16,64,152). Sum of RGB (Red+Green+Blue) = 16+64+152=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #104098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104098 is #EFBF67. Grayscale: #3B3B3B. Windows color (decimal): -15712104 or 9977872. OLE color: 9977872.

HSL color Cylindrical-coordinate representation of color #104098: hue angle of 218.82º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104098 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 64 152 -
CMYK 0.89 0.58 0 0.40
HSL 218.82º 0.81% 0.33% -
HSV(B) 218.82º 0.89% 0.6% -
XYZ 7.71 6.04 30.47 -
YUV 59.68 180.1 96.84 -
System Red Green Blue C M Y K H S L
Decimal 16 64 152 0.89 0.58 0 0.40 218.82 0.81 0.33
Hex 10 40 98 59 3A 0 28 DB 51 21
Octal 20 100 230 131 72 0 50 333 121 41
Binary 10000 1000000 10011000 1011001 111010 0 101000 11011011 1010001 100001

Color Harmonies of #104098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104098

Black with #104098

Text Example


Text Example

White with #104098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104098; }

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

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

background-color css

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

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

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

border-color css

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

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

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