#13708C

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

Shades of Allports #13708C

Tints of Allports #13708C

Color information

#13708C (or 0x13708C) is unknown color: approx Allports. HEX triplet: 13, 70 and 8C. RGB value is (19,112,140). Sum of RGB (Red+Green+Blue) = 19+112+140=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #13708C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13708C is #EC8F73. Grayscale: #575757. Windows color (decimal): -15503220 or 9203731. OLE color: 9203731.

HSL color Cylindrical-coordinate representation of color #13708C: hue angle of 193.88º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13708C is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB19112140-
CMYK0.860.2000.45
HSL193.88º76.1%31.18%-
HSV(B)193.88º86.43%54.9%-
XYZ10.813.6226.87-
YUV87.38157.6979.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.01%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 140 (55.08% from 255) = 51.66%
R=7.01%
G=41.33%
B=51.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191121400.860.2000.45193.8876.131.18
Hex13708C561402Dc24c1f
Octal231602141262405530211437
Binary10011111000010001100101011010100010110111000010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13708C; }

 p { color: rgb(19,112,140); }

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

<style>
 a { background-color: #13708C; }

 a { background-color: rgb(19,112,140); }

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

<style>
 span { border-color: #13708C; }

 span { border-color: rgb(19,112,140); }

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