#1F515F

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

Shades of Teal Blue #1F515F

Tints of Teal Blue #1F515F

Color information

#1F515F (or 0x1F515F) is unknown color: approx Teal Blue. HEX triplet: 1F, 51 and 5F. RGB value is (31,81,95). Sum of RGB (Red+Green+Blue) = 31+81+95=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F515F is #E0AEA0. Grayscale: #434343. Windows color (decimal): -14724769 or 6246687. OLE color: 6246687.

HSL color Cylindrical-coordinate representation of color #1F515F: hue angle of 193.12º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F515F is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB318195-
CMYK0.670.1500.63
HSL193.12º50.79%24.71%-
HSV(B)193.12º67.37%37.25%-
XYZ5.57711.88-
YUV67.65143.44101.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.98%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 95 (37.5% from 255) = 45.89%
R=14.98%
G=39.13%
B=45.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3181950.670.1500.63193.1250.7924.71
Hex1F515F43F03Fc13319
Octal37121137103170773016331
Binary11111101000110111111000011111101111111100000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,81,95); }

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

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

 a { background-color: rgb(31,81,95); }

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

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

 span { border-color: rgb(31,81,95); }

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