#13677C

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

Shades of Allports #13677C

Tints of Allports #13677C

Color information

#13677C (or 0x13677C) is unknown color: approx Allports. HEX triplet: 13, 67 and 7C. RGB value is (19,103,124). Sum of RGB (Red+Green+Blue) = 19+103+124=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #13677C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13677C is #EC9883. Grayscale: #505050. Windows color (decimal): -15505540 or 8152851. OLE color: 8152851.

HSL color Cylindrical-coordinate representation of color #13677C: hue angle of 192º degrees, saturation: 0.73, 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 #13677C is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB19103124-
CMYK0.850.1700.51
HSL192º73.43%28.04%-
HSV(B)192º84.68%48.63%-
XYZ8.7611.2920.79-
YUV80.28152.6784.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.72%
GREEN value IS 103 (40.62% from 255) = 41.87%
BLUE value IS 124 (48.83% from 255) = 50.41%
R=7.72%
G=41.87%
B=50.41%

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
Decimal191031240.850.1700.5119273.4328.04
Hex13677C5511033c0491c
Octal231471741252106330011134
Binary1001111001111111100101010110001011001111000000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,103,124); }

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

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

 a { background-color: rgb(19,103,124); }

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

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

 span { border-color: rgb(19,103,124); }

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