Html Css Color HEX #103589 Smalt

📋 copy color: '#103589'

red 16 ◦ green 53 ◦ blue 137

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

Shades of Smalt #103589

Tints of Smalt #103589

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 137 (53.91% from 255) = 66.5%

R = 7.77%
G = 25.73%
B = 66.5%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#103589 (or 0x103589) is known color: Smalt. HEX triplet: 10, 35 and 89. RGB value is (16,53,137). Sum of RGB (Red+Green+Blue) = 16+53+137=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 137 (53.91% from 255 or 66.50% from 206); Max value from RGB is 137 - color contains mainly: blue. Hex color #103589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103589 is #EFCA76. Grayscale: #333333. Windows color (decimal): -15714935 or 8992016. OLE color: 8992016.

HSL color Cylindrical-coordinate representation of color #103589: hue angle of 221.65º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103589 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 53 137 -
CMYK 0.88 0.61 0 0.46
HSL 221.65º 0.79% 0.3% -
HSV(B) 221.65º 0.88% 0.54% -
XYZ 6 4.46 24.21 -
YUV 51.51 176.24 102.67 -
System Red Green Blue C M Y K H S L
Decimal 16 53 137 0.88 0.61 0 0.46 221.65 0.79 0.3
Hex 10 35 89 58 3D 0 2E DE 4F 1E
Octal 20 65 211 130 75 0 56 336 117 36
Binary 10000 110101 10001001 1011000 111101 0 101110 11011110 1001111 11110

Color Harmonies of #103589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103589

Black with #103589

Text Example


Text Example

White with #103589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103589; }

 p { color: rgb(16,53,137); }

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

background-color css

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

 a { background-color: rgb(16,53,137); }

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

border-color css

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

 span { border-color: rgb(16,53,137); }

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