#13687E

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

Shades of Allports #13687E

Tints of Allports #13687E

Color information

#13687E (or 0x13687E) is unknown color: approx Allports. HEX triplet: 13, 68 and 7E. RGB value is (19,104,126). Sum of RGB (Red+Green+Blue) = 19+104+126=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #13687E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13687E is #EC9781. Grayscale: #505050. Windows color (decimal): -15505282 or 8284179. OLE color: 8284179.

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

Color convert

RGB19104126-
CMYK0.850.1700.51
HSL192.34º73.79%28.43%-
HSV(B)192.34º84.92%49.41%-
XYZ8.9811.5521.49-
YUV81.09153.3483.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.63%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 126 (49.61% from 255) = 50.60%
R=7.63%
G=41.77%
B=50.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal191041260.850.1700.51192.3473.7928.43
Hex13687E5511033c04a1c
Octal231501761252106330011234
Binary1001111010001111110101010110001011001111000000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13687E; }

 p { color: rgb(19,104,126); }

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

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

 a { background-color: rgb(19,104,126); }

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

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

 span { border-color: rgb(19,104,126); }

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