#103485

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

Shades of Smalt #103485

Tints of Smalt #103485

Color information

#103485 (or 0x103485) is unknown color: approx Smalt. HEX triplet: 10, 34 and 85. RGB value is (16,52,133). Sum of RGB (Red+Green+Blue) = 16+52+133=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #103485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103485 is #EFCB7A. Grayscale: #323232. Windows color (decimal): -15715195 or 8729616. OLE color: 8729616.

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

Color convert

RGB1652133-
CMYK0.880.6100.48
HSL221.54º78.52%29.22%-
HSV(B)221.54º87.97%52.16%-
XYZ5.684.2622.71-
YUV50.47174.57103.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.96%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 133 (52.34% from 255) = 66.17%
R=7.96%
G=25.87%
B=66.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16521330.880.6100.48221.5478.5229.22
Hex103485583D030de4f1d
Octal20642051307506033611735
Binary10000110100100001011011000111101011000011011110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103485; }

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

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

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

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

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

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

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

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