#1F4850

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

Shades of Teal Blue #1F4850

Tints of Teal Blue #1F4850

Color information

#1F4850 (or 0x1F4850) is unknown color: approx Teal Blue. HEX triplet: 1F, 48 and 50. RGB value is (31,72,80). Sum of RGB (Red+Green+Blue) = 31+72+80=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F4850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4850 is #E0B7AF. Grayscale: #3C3C3C. Windows color (decimal): -14727088 or 5261343. OLE color: 5261343.

HSL color Cylindrical-coordinate representation of color #1F4850: hue angle of 189.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F4850 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB317280-
CMYK0.610.1000.69
HSL189.8º44.14%21.76%-
HSV(B)189.8º61.25%31.37%-
XYZ4.335.518.42-
YUV60.65138.92106.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.94%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 80 (31.64% from 255) = 43.72%
R=16.94%
G=39.34%
B=43.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3172800.610.1000.69189.844.1421.76
Hex1F48503DA045be2c16
Octal37110120751201052765426
Binary11111100100010100001111011010010001011011111010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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