#136876

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

Shades of Allports #136876

Tints of Allports #136876

Color information

#136876 (or 0x136876) is unknown color: approx Allports. HEX triplet: 13, 68 and 76. RGB value is (19,104,118). Sum of RGB (Red+Green+Blue) = 19+104+118=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #136876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136876 is #EC9789. Grayscale: #505050. Windows color (decimal): -15505290 or 7759891. OLE color: 7759891.

HSL color Cylindrical-coordinate representation of color #136876: hue angle of 188.48º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136876 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB19104118-
CMYK0.840.1200.54
HSL188.48º72.26%26.86%-
HSV(B)188.48º83.9%46.27%-
XYZ8.4911.3518.88-
YUV80.18149.3484.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.88%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=7.88%
G=43.15%
B=48.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191041180.840.1200.54188.4872.2626.86
Hex13687654C036bc481b
Octal231501661241406627411033
Binary100111101000111011010101001100011011010111100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136876; }

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

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

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

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

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

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

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

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