#1A515C

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

Shades of Teal Blue #1A515C

Tints of Teal Blue #1A515C

Color information

#1A515C (or 0x1A515C) is unknown color: approx Teal Blue. HEX triplet: 1A, 51 and 5C. RGB value is (26,81,92). Sum of RGB (Red+Green+Blue) = 26+81+92=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A515C is #E5AEA3. Grayscale: #414141. Windows color (decimal): -15052452 or 6050074. OLE color: 6050074.

HSL color Cylindrical-coordinate representation of color #1A515C: hue angle of 190º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A515C is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB268192-
CMYK0.720.1200.64
HSL190º55.93%23.14%-
HSV(B)190º71.74%36.08%-
XYZ5.36.8811.17-
YUV65.81142.7899.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.07%
GREEN value IS 81 (32.03% from 255) = 40.70%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=13.07%
G=40.70%
B=46.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2681920.720.1200.6419055.9323.14
Hex1A515C48C040be3817
Octal321211341101401002767027
Binary110101010001101110010010001100010000001011111011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,81,92); }

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

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

 a { background-color: rgb(26,81,92); }

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

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

 span { border-color: rgb(26,81,92); }

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