#12687A

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

Shades of Allports #12687A

Tints of Allports #12687A

Color information

#12687A (or 0x12687A) is unknown color: approx Allports. HEX triplet: 12, 68 and 7A. RGB value is (18,104,122). Sum of RGB (Red+Green+Blue) = 18+104+122=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #12687A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12687A is #ED9785. Grayscale: #505050. Windows color (decimal): -15570822 or 8022034. OLE color: 8022034.

HSL color Cylindrical-coordinate representation of color #12687A: hue angle of 190.38º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12687A is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB18104122-
CMYK0.850.1500.52
HSL190.38º74.29%27.45%-
HSV(B)190.38º85.25%47.84%-
XYZ8.7111.4320.16-
YUV80.34151.5183.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.38%
GREEN value IS 104 (41.02% from 255) = 42.62%
BLUE value IS 122 (48.05% from 255) = 50%
R=7.38%
G=42.62%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181041220.850.1500.52190.3874.2927.45
Hex12687A55F034be4a1b
Octal221501721251706427611233
Binary100101101000111101010101011111011010010111110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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