#1F4857

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

Shades of Teal Blue #1F4857

Tints of Teal Blue #1F4857

Color information

#1F4857 (or 0x1F4857) is unknown color: approx Teal Blue. HEX triplet: 1F, 48 and 57. RGB value is (31,72,87). Sum of RGB (Red+Green+Blue) = 31+72+87=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #1F4857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4857 is #E0B7A8. Grayscale: #3D3D3D. Windows color (decimal): -14727081 or 5720095. OLE color: 5720095.

HSL color Cylindrical-coordinate representation of color #1F4857: hue angle of 196.07º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F4857 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB317287-
CMYK0.640.1700.66
HSL196.07º47.46%23.14%-
HSV(B)196.07º64.37%34.12%-
XYZ4.65.619.86-
YUV61.45142.42106.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.32%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=16.32%
G=37.89%
B=45.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3172870.640.1700.66196.0747.4623.14
Hex1F48574011042c42f17
Octal371101271002101023045727
Binary1111110010001010111100000010001010000101100010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,72,87); }

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

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

 a { background-color: rgb(31,72,87); }

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

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

 span { border-color: rgb(31,72,87); }

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