Shades of Pelorous #1F8AB3
Tints of Pelorous #1F8AB3
RGB
CMYK
RGB Variations
Color information
#1F8AB3 (or 0x1F8AB3) is known color: Pelorous. HEX triplet: 1F, 8A and B3. RGB value is (31,138,179). Sum of RGB (Red+Green+Blue) = 31+138+179=348 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.91% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 179 (70.31% from 255 or 51.44% from 348); Max value from RGB is 179 - color contains mainly: blue. Hex color #1F8AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8AB3 is #E0754C. Grayscale: #6E6E6E. Windows color (decimal): -14710093 or 11766303. OLE color: 11766303.
HSL color Cylindrical-coordinate representation of color #1F8AB3: hue angle of 196.62º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F8AB3 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 138 | 179 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.30 |
| HSL | 196.62º | 0.7% | 0.41% | - |
| HSV(B) | 196.62º | 0.83% | 0.7% | - |
| XYZ | 17.79 | 21.72 | 45.9 | - |
| YUV | 110.68 | 166.55 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 138 | 179 | 0.83 | 0.23 | 0 | 0.30 | 196.62 | 0.7 | 0.41 |
| Hex | 1F | 8A | B3 | 53 | 17 | 0 | 1E | C5 | 46 | 29 |
| Octal | 37 | 212 | 263 | 123 | 27 | 0 | 36 | 305 | 106 | 51 |
| Binary | 11111 | 10001010 | 10110011 | 1010011 | 10111 | 0 | 11110 | 11000101 | 1000110 | 101001 |
Color Harmonies of #1F8AB3
Complementary color
Monochromatic Colors of #1F8AB3
Black with #1F8AB3
Text Example
Text Example
White with #1F8AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8AB3; }
p { color: rgb(31,138,179); }
H1.HeaderClassName
{
color: #1F8AB3;
}
.AnyTagClassName
{
color: #1F8AB3;
}
</style>
background-color css
<style>
a { background-color: #1F8AB3; }
a { background-color: rgb(31,138,179); }
div.DivClassName
{
background-color: #1F8AB3;
}
.BgClassName
{
background-color: #1F8AB3;
}
</style>
border-color css
<style>
span { border-color: #1F8AB3; }
span { border-color: rgb(31,138,179); }
td.TdClassName
{
border-color: #1F8AB3;
}
.TagClassName
{
border-color: #1F8AB3;
}
</style>