Shades of Allports #1F728E
Tints of Allports #1F728E
RGB
CMYK
RGB Variations
Color information
#1F728E (or 0x1F728E) is known color: Allports. HEX triplet: 1F, 72 and 8E. RGB value is (31,114,142). Sum of RGB (Red+Green+Blue) = 31+114+142=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F728E is #E08D71. Grayscale: #5C5C5C. Windows color (decimal): -14716274 or 9335327. OLE color: 9335327.
HSL color Cylindrical-coordinate representation of color #1F728E: hue angle of 195.14º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F728E is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 114 | 142 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.44 |
| HSL | 195.14º | 0.64% | 0.34% | - |
| HSV(B) | 195.14º | 0.78% | 0.56% | - |
| XYZ | 11.46 | 14.28 | 27.74 | - |
| YUV | 92.38 | 156 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 142 | 0.78 | 0.20 | 0 | 0.44 | 195.14 | 0.64 | 0.34 |
| Hex | 1F | 72 | 8E | 4E | 14 | 0 | 2C | C3 | 40 | 22 |
| Octal | 37 | 162 | 216 | 116 | 24 | 0 | 54 | 303 | 100 | 42 |
| Binary | 11111 | 1110010 | 10001110 | 1001110 | 10100 | 0 | 101100 | 11000011 | 1000000 | 100010 |
Color Harmonies of #1F728E
Complementary color
Monochromatic Colors of #1F728E
Black with #1F728E
Text Example
Text Example
White with #1F728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F728E; }
p { color: rgb(31,114,142); }
H1.HeaderClassName
{
color: #1F728E;
}
.AnyTagClassName
{
color: #1F728E;
}
</style>
background-color css
<style>
a { background-color: #1F728E; }
a { background-color: rgb(31,114,142); }
div.DivClassName
{
background-color: #1F728E;
}
.BgClassName
{
background-color: #1F728E;
}
</style>
border-color css
<style>
span { border-color: #1F728E; }
span { border-color: rgb(31,114,142); }
td.TdClassName
{
border-color: #1F728E;
}
.TagClassName
{
border-color: #1F728E;
}
</style>