#136279

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

Shades of Allports #136279

Tints of Allports #136279

Color information

#136279 (or 0x136279) is unknown color: approx Allports. HEX triplet: 13, 62 and 79. RGB value is (19,98,121). Sum of RGB (Red+Green+Blue) = 19+98+121=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #136279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136279 is #EC9D86. Grayscale: #4C4C4C. Windows color (decimal): -15506823 or 7954963. OLE color: 7954963.

HSL color Cylindrical-coordinate representation of color #136279: hue angle of 193.53º 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 #136279 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1998121-
CMYK0.840.1900.53
HSL193.53º72.86%27.45%-
HSV(B)193.53º84.3%47.45%-
XYZ8.0910.2519.64-
YUV77152.8386.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 98 (38.67% from 255) = 41.18%
BLUE value IS 121 (47.66% from 255) = 50.84%
R=7.98%
G=41.18%
B=50.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19981210.840.1900.53193.5372.8627.45
Hex1362795413035c2491b
Octal231421711242306530211133
Binary1001111000101111001101010010011011010111000010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136279; }

 p { color: rgb(19,98,121); }

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

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

 a { background-color: rgb(19,98,121); }

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

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

 span { border-color: rgb(19,98,121); }

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