#13727B

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

Shades of Allports #13727B

Tints of Allports #13727B

Color information

#13727B (or 0x13727B) is unknown color: approx Allports. HEX triplet: 13, 72 and 7B. RGB value is (19,114,123). Sum of RGB (Red+Green+Blue) = 19+114+123=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #13727B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13727B is #EC8D84. Grayscale: #565656. Windows color (decimal): -15502725 or 8090131. OLE color: 8090131.

HSL color Cylindrical-coordinate representation of color #13727B: hue angle of 185.19º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13727B is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB19114123-
CMYK0.850.0700.52
HSL185.19º73.24%27.84%-
HSV(B)185.19º84.55%48.24%-
XYZ9.8613.620.84-
YUV86.62148.5379.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.42%
GREEN value IS 114 (44.92% from 255) = 44.53%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=7.42%
G=44.53%
B=48.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal191141230.850.0700.52185.1973.2427.84
Hex13727B557034b9491c
Octal23162173125706427111134
Binary10011111001011110111010101111011010010111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13727B; }

 p { color: rgb(19,114,123); }

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

<style>
 a { background-color: #13727B; }

 a { background-color: rgb(19,114,123); }

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

<style>
 span { border-color: #13727B; }

 span { border-color: rgb(19,114,123); }

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