#136778

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

Shades of Allports #136778

Tints of Allports #136778

Color information

#136778 (or 0x136778) is unknown color: approx Allports. HEX triplet: 13, 67 and 78. RGB value is (19,103,120). Sum of RGB (Red+Green+Blue) = 19+103+120=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #136778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136778 is #EC9887. Grayscale: #4F4F4F. Windows color (decimal): -15505544 or 7890707. OLE color: 7890707.

HSL color Cylindrical-coordinate representation of color #136778: hue angle of 190.1º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136778 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB19103120-
CMYK0.840.1400.53
HSL190.1º72.66%27.25%-
HSV(B)190.1º84.17%47.06%-
XYZ8.5111.219.48-
YUV79.82150.6784.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.85%
GREEN value IS 103 (40.62% from 255) = 42.56%
BLUE value IS 120 (47.27% from 255) = 49.59%
R=7.85%
G=42.56%
B=49.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191031200.840.1400.53190.172.6627.25
Hex13677854E035be491b
Octal231471701241606527611133
Binary100111100111111100010101001110011010110111110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136778; }

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

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

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

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

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

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

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

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