Html Css Color HEX #103795 Smalt

📋 copy color: '#103795'

red 16 ◦ green 55 ◦ blue 149

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

Shades of Smalt #103795

Tints of Smalt #103795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

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

R = 7.27%
G = 25%
B = 67.73%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#103795 (or 0x103795) is known color: Smalt. HEX triplet: 10, 37 and 95. RGB value is (16,55,149). Sum of RGB (Red+Green+Blue) = 16+55+149=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #103795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103795 is #EFC86A. Grayscale: #353535. Windows color (decimal): -15714411 or 9778960. OLE color: 9778960.

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

Color convert

RGB 16 55 149 -
CMYK 0.89 0.63 0 0.42
HSL 222.41º 0.81% 0.32% -
HSV(B) 222.41º 0.89% 0.58% -
XYZ 7 5.01 29.03 -
YUV 54.06 181.58 100.86 -
System Red Green Blue C M Y K H S L
Decimal 16 55 149 0.89 0.63 0 0.42 222.41 0.81 0.32
Hex 10 37 95 59 3F 0 2A DE 51 20
Octal 20 67 225 131 77 0 52 336 121 40
Binary 10000 110111 10010101 1011001 111111 0 101010 11011110 1010001 100000

Color Harmonies of #103795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103795

Black with #103795

Text Example


Text Example

White with #103795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103795; }

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

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

background-color css

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

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

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

border-color css

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

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

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