#12687F

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

Shades of Allports #12687F

Tints of Allports #12687F

Color information

#12687F (or 0x12687F) is unknown color: approx Allports. HEX triplet: 12, 68 and 7F. RGB value is (18,104,127). Sum of RGB (Red+Green+Blue) = 18+104+127=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #12687F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12687F is #ED9780. Grayscale: #505050. Windows color (decimal): -15570817 or 8349714. OLE color: 8349714.

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

Color convert

RGB18104127-
CMYK0.860.1800.50
HSL192.66º75.17%28.43%-
HSV(B)192.66º85.83%49.8%-
XYZ9.0311.5621.83-
YUV80.91154.0183.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 127 (50% from 255) = 51.00%
R=7.23%
G=41.77%
B=51.00%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181041270.860.1800.50192.6675.1728.43
Hex12687F5612032c14b1c
Octal221501771262206230111334
Binary1001011010001111111101011010010011001011000001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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