#103085

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

Shades of Smalt #103085

Tints of Smalt #103085

Color information

#103085 (or 0x103085) is unknown color: approx Smalt. HEX triplet: 10, 30 and 85. RGB value is (16,48,133). Sum of RGB (Red+Green+Blue) = 16+48+133=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #103085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103085 is #EFCF7A. Grayscale: #2F2F2F. Windows color (decimal): -15716219 or 8728592. OLE color: 8728592.

HSL color Cylindrical-coordinate representation of color #103085: hue angle of 223.59º 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 #103085 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1648133-
CMYK0.880.6400.48
HSL223.59º78.52%29.22%-
HSV(B)223.59º87.97%52.16%-
XYZ5.53.9222.66-
YUV48.12175.9105.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.12%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 133 (52.34% from 255) = 67.51%
R=8.12%
G=24.37%
B=67.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16481330.880.6400.48223.5978.5229.22
Hex1030855840030e04f1d
Octal206020513010006034011735
Binary100001100001000010110110001000000011000011100000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103085; }

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

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

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

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

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

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

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

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