#136C88

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

Shades of Allports #136C88

Tints of Allports #136C88

Color information

#136C88 (or 0x136C88) is unknown color: approx Allports. HEX triplet: 13, 6C and 88. RGB value is (19,108,136). Sum of RGB (Red+Green+Blue) = 19+108+136=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #136C88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136C88 is #EC9377. Grayscale: #545454. Windows color (decimal): -15504248 or 8940563. OLE color: 8940563.

HSL color Cylindrical-coordinate representation of color #136C88: hue angle of 194.36º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136C88 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB19108136-
CMYK0.860.2100.47
HSL194.36º75.48%30.39%-
HSV(B)194.36º86.03%53.33%-
XYZ10.0812.6425.2-
YUV84.58157.0181.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.22%
GREEN value IS 108 (42.58% from 255) = 41.06%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=7.22%
G=41.06%
B=51.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191081360.860.2100.47194.3675.4830.39
Hex136C88561502Fc24b1e
Octal231542101262505730211336
Binary10011110110010001000101011010101010111111000010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136C88; }

 p { color: rgb(19,108,136); }

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

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

 a { background-color: rgb(19,108,136); }

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

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

 span { border-color: rgb(19,108,136); }

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