#136F7C

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

Shades of Allports #136F7C

Tints of Allports #136F7C

Color information

#136F7C (or 0x136F7C) is unknown color: approx Allports. HEX triplet: 13, 6F and 7C. RGB value is (19,111,124). Sum of RGB (Red+Green+Blue) = 19+111+124=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #136F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F7C is #EC9083. Grayscale: #545454. Windows color (decimal): -15503492 or 8154899. OLE color: 8154899.

HSL color Cylindrical-coordinate representation of color #136F7C: hue angle of 187.43º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136F7C is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB19111124-
CMYK0.850.1000.51
HSL187.43º73.43%28.04%-
HSV(B)187.43º84.68%48.63%-
XYZ9.5912.9621.07-
YUV84.97150.0280.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.48%
GREEN value IS 111 (43.75% from 255) = 43.70%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=7.48%
G=43.70%
B=48.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal191111240.850.1000.51187.4373.4328.04
Hex136F7C55A033bb491c
Octal231571741251206327311134
Binary100111101111111110010101011010011001110111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,111,124); }

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

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

 a { background-color: rgb(19,111,124); }

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

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

 span { border-color: rgb(19,111,124); }

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