#136981

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

Shades of Allports #136981

Tints of Allports #136981

Color information

#136981 (or 0x136981) is unknown color: approx Allports. HEX triplet: 13, 69 and 81. RGB value is (19,105,129). Sum of RGB (Red+Green+Blue) = 19+105+129=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #136981 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136981 is #EC967E. Grayscale: #515151. Windows color (decimal): -15505023 or 8481043. OLE color: 8481043.

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

Color convert

RGB19105129-
CMYK0.850.1900.49
HSL193.09º74.32%29.02%-
HSV(B)193.09º85.27%50.59%-
XYZ9.2811.8322.56-
YUV82.02154.5183.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 105 (41.41% from 255) = 41.50%
BLUE value IS 129 (50.78% from 255) = 50.99%
R=7.51%
G=41.50%
B=50.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal191051290.850.1900.49193.0974.3229.02
Hex1369815513031c14a1d
Octal231512011252306130111235
Binary10011110100110000001101010110011011000111000001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136981; }

 p { color: rgb(19,105,129); }

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

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

 a { background-color: rgb(19,105,129); }

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

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

 span { border-color: rgb(19,105,129); }

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