#103185

Color #103185 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #103185

Tints of Smalt #103185

Color information

#103185 (or 0x103185) is unknown color: approx Smalt. HEX triplet: 10, 31 and 85. RGB value is (16,49,133). Sum of RGB (Red+Green+Blue) = 16+49+133=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #103185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103185 is #EFCE7A. Grayscale: #303030. Windows color (decimal): -15715963 or 8728848. OLE color: 8728848.

HSL color Cylindrical-coordinate representation of color #103185: hue angle of 223.08º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103185 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1649133-
CMYK0.880.6300.48
HSL223.08º78.52%29.22%-
HSV(B)223.08º87.97%52.16%-
XYZ5.55422.67-
YUV48.71175.57104.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 133 (52.34% from 255) = 67.17%
R=8.08%
G=24.75%
B=67.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16491330.880.6300.48223.0878.5229.22
Hex103185583F030df4f1d
Octal20612051307706033711735
Binary10000110001100001011011000111111011000011011111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103185; }

 p { color: rgb(16,49,133); }

 H1.HeaderClassName
 {
   color: #103185;
 }
 .AnyTagClassName
 {
   color: #103185;
 }
</style>
background-color css

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

 a { background-color: rgb(16,49,133); }

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

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

 span { border-color: rgb(16,49,133); }

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