#136B88

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

Shades of Allports #136B88

Tints of Allports #136B88

Color information

#136B88 (or 0x136B88) is unknown color: approx Allports. HEX triplet: 13, 6B and 88. RGB value is (19,107,136). Sum of RGB (Red+Green+Blue) = 19+107+136=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #136B88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136B88 is #EC9477. Grayscale: #535353. Windows color (decimal): -15504504 or 8940307. OLE color: 8940307.

HSL color Cylindrical-coordinate representation of color #136B88: hue angle of 194.87º 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 #136B88 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB19107136-
CMYK0.860.2100.47
HSL194.87º75.48%30.39%-
HSV(B)194.87º86.03%53.33%-
XYZ9.9712.4325.17-
YUV83.99157.3581.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.25%
GREEN value IS 107 (42.19% from 255) = 40.84%
BLUE value IS 136 (53.52% from 255) = 51.91%
R=7.25%
G=40.84%
B=51.91%

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
Decimal191071360.860.2100.47194.8775.4830.39
Hex136B88561502Fc34b1e
Octal231532101262505730311336
Binary10011110101110001000101011010101010111111000011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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