Html Css Color HEX #103590 Smalt

📋 copy color: '#103590'

red 16 ◦ green 53 ◦ blue 144

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

Shades of Smalt #103590

Tints of Smalt #103590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 67.61%

R = 7.51%
G = 24.88%
B = 67.61%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#103590 (or 0x103590) is known color: Smalt. HEX triplet: 10, 35 and 90. RGB value is (16,53,144). Sum of RGB (Red+Green+Blue) = 16+53+144=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #103590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103590 is #EFCA6F. Grayscale: #333333. Windows color (decimal): -15714928 or 9450768. OLE color: 9450768.

HSL color Cylindrical-coordinate representation of color #103590: hue angle of 222.66º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #103590 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 53 144 -
CMYK 0.89 0.63 0 0.44
HSL 222.66º 0.8% 0.31% -
HSV(B) 222.66º 0.89% 0.56% -
XYZ 6.52 4.67 26.94 -
YUV 52.31 179.74 102.1 -
System Red Green Blue C M Y K H S L
Decimal 16 53 144 0.89 0.63 0 0.44 222.66 0.8 0.31
Hex 10 35 90 59 3F 0 2C DF 50 1F
Octal 20 65 220 131 77 0 54 337 120 37
Binary 10000 110101 10010000 1011001 111111 0 101100 11011111 1010000 11111

Color Harmonies of #103590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103590

Black with #103590

Text Example


Text Example

White with #103590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103590; }

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

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

background-color css

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

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

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

border-color css

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

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

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