Shades of Teal Blue #1F4E5A
Tints of Teal Blue #1F4E5A
RGB
CMYK
RGB Variations
Color information
#1F4E5A (or 0x1F4E5A) is known color: Teal Blue. HEX triplet: 1F, 4E and 5A. RGB value is (31,78,90). Sum of RGB (Red+Green+Blue) = 31+78+90=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F4E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4E5A is #E0B1A5. Grayscale: #414141. Windows color (decimal): -14725542 or 5918239. OLE color: 5918239.
HSL color Cylindrical-coordinate representation of color #1F4E5A: hue angle of 192.2º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F4E5A is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 78 | 90 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.65 |
| HSL | 192.2º | 0.49% | 0.24% | - |
| HSV(B) | 192.2º | 0.66% | 0.35% | - |
| XYZ | 5.13 | 6.48 | 10.65 | - |
| YUV | 65.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 78 | 90 | 0.66 | 0.13 | 0 | 0.65 | 192.2 | 0.49 | 0.24 |
| Hex | 1F | 4E | 5A | 42 | D | 0 | 41 | C0 | 31 | 18 |
| Octal | 37 | 116 | 132 | 102 | 15 | 0 | 101 | 300 | 61 | 30 |
| Binary | 11111 | 1001110 | 1011010 | 1000010 | 1101 | 0 | 1000001 | 11000000 | 110001 | 11000 |
Color Harmonies of #1F4E5A
Complementary color
Monochromatic Colors of #1F4E5A
Black with #1F4E5A
Text Example
Text Example
White with #1F4E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4E5A; }
p { color: rgb(31,78,90); }
H1.HeaderClassName
{
color: #1F4E5A;
}
.AnyTagClassName
{
color: #1F4E5A;
}
</style>
background-color css
<style>
a { background-color: #1F4E5A; }
a { background-color: rgb(31,78,90); }
div.DivClassName
{
background-color: #1F4E5A;
}
.BgClassName
{
background-color: #1F4E5A;
}
</style>
border-color css
<style>
span { border-color: #1F4E5A; }
span { border-color: rgb(31,78,90); }
td.TdClassName
{
border-color: #1F4E5A;
}
.TagClassName
{
border-color: #1F4E5A;
}
</style>