#10687F

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

Shades of Allports #10687F

Tints of Allports #10687F

Color information

#10687F (or 0x10687F) is unknown color: approx Allports. HEX triplet: 10, 68 and 7F. RGB value is (16,104,127). Sum of RGB (Red+Green+Blue) = 16+104+127=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #10687F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10687F is #EF9780. Grayscale: #505050. Windows color (decimal): -15701889 or 8349712. OLE color: 8349712.

HSL color Cylindrical-coordinate representation of color #10687F: hue angle of 192.43º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10687F is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB16104127-
CMYK0.870.1800.50
HSL192.43º77.62%28.04%-
HSV(B)192.43º87.4%49.8%-
XYZ8.9911.5421.83-
YUV80.31154.3582.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.48%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 127 (50% from 255) = 51.42%
R=6.48%
G=42.11%
B=51.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal161041270.870.1800.50192.4377.6228.04
Hex10687F5712032c04e1c
Octal201501771272206230011634
Binary1000011010001111111101011110010011001011000000100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10687F; }

 p { color: rgb(16,104,127); }

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

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

 a { background-color: rgb(16,104,127); }

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

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

 span { border-color: rgb(16,104,127); }

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