#136B94

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

Shades of Allports #136B94

Tints of Allports #136B94

Color information

#136B94 (or 0x136B94) is unknown color: approx Allports. HEX triplet: 13, 6B and 94. RGB value is (19,107,148). Sum of RGB (Red+Green+Blue) = 19+107+148=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #136B94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136B94 is #EC946B. Grayscale: #555555. Windows color (decimal): -15504492 or 9726739. OLE color: 9726739.

HSL color Cylindrical-coordinate representation of color #136B94: hue angle of 199.07º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136B94 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB19107148-
CMYK0.870.2800.42
HSL199.07º77.25%32.75%-
HSV(B)199.07º87.16%58.04%-
XYZ10.8712.7929.91-
YUV85.36163.3580.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.93%
GREEN value IS 107 (42.19% from 255) = 39.05%
BLUE value IS 148 (58.20% from 255) = 54.01%
R=6.93%
G=39.05%
B=54.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191071480.870.2800.42199.0777.2532.75
Hex136B94571C02Ac74d21
Octal231532241273405230711541
Binary100111101011100101001010111111000101010110001111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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