#103385

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

Shades of Smalt #103385

Tints of Smalt #103385

Color information

#103385 (or 0x103385) is unknown color: approx Smalt. HEX triplet: 10, 33 and 85. RGB value is (16,51,133). Sum of RGB (Red+Green+Blue) = 16+51+133=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #103385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103385 is #EFCC7A. Grayscale: #313131. Windows color (decimal): -15715451 or 8729360. OLE color: 8729360.

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

Color convert

RGB1651133-
CMYK0.880.6200.48
HSL222.05º78.52%29.22%-
HSV(B)222.05º87.97%52.16%-
XYZ5.634.1722.7-
YUV49.88174.9103.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8%
GREEN value IS 51 (20.31% from 255) = 25.5%
BLUE value IS 133 (52.34% from 255) = 66.5%
R=8%
G=25.5%
B=66.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16511330.880.6200.48222.0578.5229.22
Hex103385583E030de4f1d
Octal20632051307606033611735
Binary10000110011100001011011000111110011000011011110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103385; }

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

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

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

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

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

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

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

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