Html Css Color HEX #104598 Smalt

📋 copy color: '#104598'

red 16 ◦ green 69 ◦ blue 152

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

Shades of Smalt #104598

Tints of Smalt #104598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

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

R = 6.75%
G = 29.11%
B = 64.14%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#104598 (or 0x104598) is known color: Smalt. HEX triplet: 10, 45 and 98. RGB value is (16,69,152). Sum of RGB (Red+Green+Blue) = 16+69+152=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #104598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104598 is #EFBA67. Grayscale: #3E3E3E. Windows color (decimal): -15710824 or 9979152. OLE color: 9979152.

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

Color convert

RGB 16 69 152 -
CMYK 0.89 0.55 0 0.40
HSL 216.62º 0.81% 0.33% -
HSV(B) 216.62º 0.89% 0.6% -
XYZ 8.01 6.63 30.56 -
YUV 62.62 178.44 94.75 -
System Red Green Blue C M Y K H S L
Decimal 16 69 152 0.89 0.55 0 0.40 216.62 0.81 0.33
Hex 10 45 98 59 37 0 28 D9 51 21
Octal 20 105 230 131 67 0 50 331 121 41
Binary 10000 1000101 10011000 1011001 110111 0 101000 11011001 1010001 100001

Color Harmonies of #104598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104598

Black with #104598

Text Example


Text Example

White with #104598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104598; }

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

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

background-color css

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

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

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

border-color css

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

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

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