Html Css Color HEX #103995 Smalt

📋 copy color: '#103995'

red 16 ◦ green 57 ◦ blue 149

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

Shades of Smalt #103995

Tints of Smalt #103995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.68%

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

R = 7.21%
G = 25.68%
B = 67.12%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#103995 (or 0x103995) is known color: Smalt. HEX triplet: 10, 39 and 95. RGB value is (16,57,149). Sum of RGB (Red+Green+Blue) = 16+57+149=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #103995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103995 is #EFC66A. Grayscale: #363636. Windows color (decimal): -15713899 or 9779472. OLE color: 9779472.

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

Color convert

RGB 16 57 149 -
CMYK 0.89 0.62 0 0.42
HSL 221.5º 0.81% 0.32% -
HSV(B) 221.5º 0.89% 0.58% -
XYZ 7.1 5.21 29.06 -
YUV 55.23 180.92 100.02 -
System Red Green Blue C M Y K H S L
Decimal 16 57 149 0.89 0.62 0 0.42 221.5 0.81 0.32
Hex 10 39 95 59 3E 0 2A DE 51 20
Octal 20 71 225 131 76 0 52 336 121 40
Binary 10000 111001 10010101 1011001 111110 0 101010 11011110 1010001 100000

Color Harmonies of #103995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103995

Black with #103995

Text Example


Text Example

White with #103995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103995; }

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

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

background-color css

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

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

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

border-color css

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

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

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