#1A535D

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

Shades of Teal Blue #1A535D

Tints of Teal Blue #1A535D

Color information

#1A535D (or 0x1A535D) is unknown color: approx Teal Blue. HEX triplet: 1A, 53 and 5D. RGB value is (26,83,93). Sum of RGB (Red+Green+Blue) = 26+83+93=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A535D is #E5ACA2. Grayscale: #434343. Windows color (decimal): -15051939 or 6116122. OLE color: 6116122.

HSL color Cylindrical-coordinate representation of color #1A535D: hue angle of 188.96º 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 #1A535D is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB268393-
CMYK0.720.1100.64
HSL188.96º56.3%23.33%-
HSV(B)188.96º72.04%36.47%-
XYZ5.57.211.46-
YUV67.1142.6298.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.87%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=12.87%
G=41.09%
B=46.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2683930.720.1100.64188.9656.323.33
Hex1A535D48B040bd3817
Octal321231351101301002757027
Binary110101010011101110110010001011010000001011110111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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