#1F5660

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

Shades of Teal Blue #1F5660

Tints of Teal Blue #1F5660

Color information

#1F5660 (or 0x1F5660) is unknown color: approx Teal Blue. HEX triplet: 1F, 56 and 60. RGB value is (31,86,96). Sum of RGB (Red+Green+Blue) = 31+86+96=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F5660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5660 is #E0A99F. Grayscale: #464646. Windows color (decimal): -14723488 or 6313503. OLE color: 6313503.

HSL color Cylindrical-coordinate representation of color #1F5660: hue angle of 189.23º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F5660 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB318696-
CMYK0.680.1000.62
HSL189.23º51.18%24.9%-
HSV(B)189.23º67.71%37.65%-
XYZ67.7912.25-
YUV70.69142.2899.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.55%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=14.55%
G=40.38%
B=45.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3186960.680.1000.62189.2351.1824.9
Hex1F566044A03Ebd3319
Octal37126140104120762756331
Binary11111101011011000001000100101001111101011110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,86,96); }

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

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

 a { background-color: rgb(31,86,96); }

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

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

 span { border-color: rgb(31,86,96); }

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