#102687

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

Shades of Smalt #102687

Tints of Smalt #102687

Color information

#102687 (or 0x102687) is unknown color: approx Smalt. HEX triplet: 10, 26 and 87. RGB value is (16,38,135). Sum of RGB (Red+Green+Blue) = 16+38+135=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #102687 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102687 is #EFD978. Grayscale: #2A2A2A. Windows color (decimal): -15718777 or 8857104. OLE color: 8857104.

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

Color convert

RGB1638135-
CMYK0.880.7200.47
HSL228.91º78.81%29.61%-
HSV(B)228.91º88.15%52.94%-
XYZ5.283.2523.27-
YUV42.48180.21109.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 135 (53.12% from 255) = 71.43%
R=8.47%
G=20.11%
B=71.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16381350.880.7200.47228.9178.8129.61
Hex102687584802Fe54f1e
Octal204620713011005734511736
Binary100001001101000011110110001001000010111111100101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102687; }

 p { color: rgb(16,38,135); }

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

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

 a { background-color: rgb(16,38,135); }

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

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

 span { border-color: rgb(16,38,135); }

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