Shades of Pelorous #1F8AB5
Tints of Pelorous #1F8AB5
RGB
CMYK
RGB Variations
Color information
#1F8AB5 (or 0x1F8AB5) is known color: Pelorous. HEX triplet: 1F, 8A and B5. RGB value is (31,138,181). Sum of RGB (Red+Green+Blue) = 31+138+181=350 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.86% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 181 (71.09% from 255 or 51.71% from 350); Max value from RGB is 181 - color contains mainly: blue. Hex color #1F8AB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8AB5 is #E0754A. Grayscale: #6E6E6E. Windows color (decimal): -14710091 or 11897375. OLE color: 11897375.
HSL color Cylindrical-coordinate representation of color #1F8AB5: hue angle of 197.2º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F8AB5 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 138 | 181 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.29 |
| HSL | 197.2º | 0.71% | 0.42% | - |
| HSV(B) | 197.2º | 0.83% | 0.71% | - |
| XYZ | 17.99 | 21.8 | 46.98 | - |
| YUV | 110.91 | 167.55 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 138 | 181 | 0.83 | 0.24 | 0 | 0.29 | 197.2 | 0.71 | 0.42 |
| Hex | 1F | 8A | B5 | 53 | 18 | 0 | 1D | C5 | 47 | 2A |
| Octal | 37 | 212 | 265 | 123 | 30 | 0 | 35 | 305 | 107 | 52 |
| Binary | 11111 | 10001010 | 10110101 | 1010011 | 11000 | 0 | 11101 | 11000101 | 1000111 | 101010 |
Color Harmonies of #1F8AB5
Complementary color
Monochromatic Colors of #1F8AB5
Black with #1F8AB5
Text Example
Text Example
White with #1F8AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8AB5; }
p { color: rgb(31,138,181); }
H1.HeaderClassName
{
color: #1F8AB5;
}
.AnyTagClassName
{
color: #1F8AB5;
}
</style>
background-color css
<style>
a { background-color: #1F8AB5; }
a { background-color: rgb(31,138,181); }
div.DivClassName
{
background-color: #1F8AB5;
}
.BgClassName
{
background-color: #1F8AB5;
}
</style>
border-color css
<style>
span { border-color: #1F8AB5; }
span { border-color: rgb(31,138,181); }
td.TdClassName
{
border-color: #1F8AB5;
}
.TagClassName
{
border-color: #1F8AB5;
}
</style>