Shades of Pelorous #1F8EA6
Tints of Pelorous #1F8EA6
RGB
CMYK
RGB Variations
Color information
#1F8EA6 (or 0x1F8EA6) is known color: Pelorous. HEX triplet: 1F, 8E and A6. RGB value is (31,142,166). Sum of RGB (Red+Green+Blue) = 31+142+166=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 166 (65.23% from 255 or 48.97% from 339); Max value from RGB is 166 - color contains mainly: blue. Hex color #1F8EA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8EA6 is #E07159. Grayscale: #6F6F6F. Windows color (decimal): -14709082 or 10915359. OLE color: 10915359.
HSL color Cylindrical-coordinate representation of color #1F8EA6: hue angle of 190.67º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F8EA6 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 142 | 166 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.35 |
| HSL | 190.67º | 0.69% | 0.39% | - |
| HSV(B) | 190.67º | 0.81% | 0.65% | - |
| XYZ | 17.12 | 22.39 | 39.5 | - |
| YUV | 111.55 | 158.73 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 142 | 166 | 0.81 | 0.14 | 0 | 0.35 | 190.67 | 0.69 | 0.39 |
| Hex | 1F | 8E | A6 | 51 | E | 0 | 23 | BF | 45 | 27 |
| Octal | 37 | 216 | 246 | 121 | 16 | 0 | 43 | 277 | 105 | 47 |
| Binary | 11111 | 10001110 | 10100110 | 1010001 | 1110 | 0 | 100011 | 10111111 | 1000101 | 100111 |
Color Harmonies of #1F8EA6
Complementary color
Monochromatic Colors of #1F8EA6
Black with #1F8EA6
Text Example
Text Example
White with #1F8EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8EA6; }
p { color: rgb(31,142,166); }
H1.HeaderClassName
{
color: #1F8EA6;
}
.AnyTagClassName
{
color: #1F8EA6;
}
</style>
background-color css
<style>
a { background-color: #1F8EA6; }
a { background-color: rgb(31,142,166); }
div.DivClassName
{
background-color: #1F8EA6;
}
.BgClassName
{
background-color: #1F8EA6;
}
</style>
border-color css
<style>
span { border-color: #1F8EA6; }
span { border-color: rgb(31,142,166); }
td.TdClassName
{
border-color: #1F8EA6;
}
.TagClassName
{
border-color: #1F8EA6;
}
</style>