#103285

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

Shades of Smalt #103285

Tints of Smalt #103285

Color information

#103285 (or 0x103285) is unknown color: approx Smalt. HEX triplet: 10, 32 and 85. RGB value is (16,50,133). Sum of RGB (Red+Green+Blue) = 16+50+133=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #103285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103285 is #EFCD7A. Grayscale: #303030. Windows color (decimal): -15715707 or 8729104. OLE color: 8729104.

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

Color convert

RGB1650133-
CMYK0.880.6200.48
HSL222.56º78.52%29.22%-
HSV(B)222.56º87.97%52.16%-
XYZ5.594.0822.68-
YUV49.3175.24104.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 133 (52.34% from 255) = 66.83%
R=8.04%
G=25.13%
B=66.83%

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
Decimal16501330.880.6200.48222.5678.5229.22
Hex103285583E030df4f1d
Octal20622051307606033711735
Binary10000110010100001011011000111110011000011011111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103285; }

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

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

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

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

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

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

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

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