#135261

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

Shades of Teal Blue #135261

Tints of Teal Blue #135261

Color information

#135261 (or 0x135261) is unknown color: approx Teal Blue. HEX triplet: 13, 52 and 61. RGB value is (19,82,97). Sum of RGB (Red+Green+Blue) = 19+82+97=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #135261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135261 is #ECAD9E. Grayscale: #404040. Windows color (decimal): -15510943 or 6378003. OLE color: 6378003.

HSL color Cylindrical-coordinate representation of color #135261: hue angle of 191.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135261 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB198297-
CMYK0.800.1500.62
HSL191.54º67.24%22.75%-
HSV(B)191.54º80.41%38.04%-
XYZ5.447.0412.38-
YUV64.87146.1395.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.60%
GREEN value IS 82 (32.42% from 255) = 41.41%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=9.60%
G=41.41%
B=48.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1982970.800.1500.62191.5467.2422.75
Hex13526150F03Ec04317
Octal231221411201707630010327
Binary100111010010110000110100001111011111011000000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135261; }

 p { color: rgb(19,82,97); }

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

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

 a { background-color: rgb(19,82,97); }

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

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

 span { border-color: rgb(19,82,97); }

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