#1F4C51

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

Shades of Teal Blue #1F4C51

Tints of Teal Blue #1F4C51

Color information

#1F4C51 (or 0x1F4C51) is unknown color: approx Teal Blue. HEX triplet: 1F, 4C and 51. RGB value is (31,76,81). Sum of RGB (Red+Green+Blue) = 31+76+81=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F4C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4C51 is #E0B3AE. Grayscale: #3F3F3F. Windows color (decimal): -14726063 or 5327903. OLE color: 5327903.

HSL color Cylindrical-coordinate representation of color #1F4C51: hue angle of 186º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F4C51 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB317681-
CMYK0.620.0600.68
HSL186º44.64%21.96%-
HSV(B)186º61.73%31.76%-
XYZ4.636.058.71-
YUV63.11138.09105.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.49%
GREEN value IS 76 (30.08% from 255) = 40.43%
BLUE value IS 81 (32.03% from 255) = 43.09%
R=16.49%
G=40.43%
B=43.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3176810.620.0600.6818644.6421.96
Hex1F4C513E6044ba2d16
Octal3711412176601042725526
Binary1111110011001010001111110110010001001011101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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