#1A5360

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

Shades of Teal Blue #1A5360

Tints of Teal Blue #1A5360

Color information

#1A5360 (or 0x1A5360) is unknown color: approx Teal Blue. HEX triplet: 1A, 53 and 60. RGB value is (26,83,96). Sum of RGB (Red+Green+Blue) = 26+83+96=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A5360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5360 is #E5AC9F. Grayscale: #434343. Windows color (decimal): -15051936 or 6312730. OLE color: 6312730.

HSL color Cylindrical-coordinate representation of color #1A5360: hue angle of 191.14º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A5360 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB268396-
CMYK0.730.1400.62
HSL191.14º57.38%23.92%-
HSV(B)191.14º72.92%37.65%-
XYZ5.637.2512.17-
YUV67.44144.1298.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.68%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=12.68%
G=40.49%
B=46.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2683960.730.1400.62191.1457.3823.92
Hex1A536049E03Ebf3918
Octal32123140111160762777130
Binary11010101001111000001001001111001111101011111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A5360; }

 p { color: rgb(26,83,96); }

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

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

 a { background-color: rgb(26,83,96); }

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

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

 span { border-color: rgb(26,83,96); }

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