#12687D

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

Shades of Allports #12687D

Tints of Allports #12687D

Color information

#12687D (or 0x12687D) is unknown color: approx Allports. HEX triplet: 12, 68 and 7D. RGB value is (18,104,125). Sum of RGB (Red+Green+Blue) = 18+104+125=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #12687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12687D is #ED9782. Grayscale: #505050. Windows color (decimal): -15570819 or 8218642. OLE color: 8218642.

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

Color convert

RGB18104125-
CMYK0.860.1700.51
HSL191.78º74.83%28.04%-
HSV(B)191.78º85.6%49.02%-
XYZ8.911.5121.15-
YUV80.68153.0183.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 125 (49.22% from 255) = 50.61%
R=7.29%
G=42.11%
B=50.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal181041250.860.1700.51191.7874.8328.04
Hex12687D5611033c04b1c
Octal221501751262106330011334
Binary1001011010001111101101011010001011001111000000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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