Html Css Color HEX #103595 Smalt

📋 copy color: '#103595'

red 16 ◦ green 53 ◦ blue 149

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

Shades of Smalt #103595

Tints of Smalt #103595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.35%

R = 7.34%
G = 24.31%
B = 68.35%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#103595 (or 0x103595) is known color: Smalt. HEX triplet: 10, 35 and 95. RGB value is (16,53,149). Sum of RGB (Red+Green+Blue) = 16+53+149=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #103595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103595 is #EFCA6A. Grayscale: #343434. Windows color (decimal): -15714923 or 9778448. OLE color: 9778448.

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

Color convert

RGB 16 53 149 -
CMYK 0.89 0.64 0 0.42
HSL 223.31º 0.81% 0.32% -
HSV(B) 223.31º 0.89% 0.58% -
XYZ 6.91 4.83 29 -
YUV 52.88 182.24 101.69 -
System Red Green Blue C M Y K H S L
Decimal 16 53 149 0.89 0.64 0 0.42 223.31 0.81 0.32
Hex 10 35 95 59 40 0 2A DF 51 20
Octal 20 65 225 131 100 0 52 337 121 40
Binary 10000 110101 10010101 1011001 1000000 0 101010 11011111 1010001 100000

Color Harmonies of #103595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103595

Black with #103595

Text Example


Text Example

White with #103595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103595; }

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

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

background-color css

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

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

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

border-color css

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

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

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