#103688

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

Shades of Smalt #103688

Tints of Smalt #103688

Color information

#103688 (or 0x103688) is unknown color: approx Smalt. HEX triplet: 10, 36 and 88. RGB value is (16,54,136). Sum of RGB (Red+Green+Blue) = 16+54+136=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #103688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103688 is #EFC977. Grayscale: #333333. Windows color (decimal): -15714680 or 8926736. OLE color: 8926736.

HSL color Cylindrical-coordinate representation of color #103688: hue angle of 221º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103688 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1654136-
CMYK0.880.6000.47
HSL221º78.95%29.8%-
HSV(B)221º88.24%53.33%-
XYZ5.984.5323.85-
YUV51.99175.41102.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.77%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 136 (53.52% from 255) = 66.02%
R=7.77%
G=26.21%
B=66.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16541360.880.6000.4722178.9529.8
Hex103688583C02Fdd4f1e
Octal20662101307405733511736
Binary10000110110100010001011000111100010111111011101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103688; }

 p { color: rgb(16,54,136); }

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

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

 a { background-color: rgb(16,54,136); }

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

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

 span { border-color: rgb(16,54,136); }

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