Shades of Pelorous #1F84AB
Tints of Pelorous #1F84AB
RGB
CMYK
RGB Variations
Color information
#1F84AB (or 0x1F84AB) is known color: Pelorous. HEX triplet: 1F, 84 and AB. RGB value is (31,132,171). Sum of RGB (Red+Green+Blue) = 31+132+171=334 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.28% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F84AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F84AB is #E07B54. Grayscale: #696969. Windows color (decimal): -14711637 or 11240479. OLE color: 11240479.
HSL color Cylindrical-coordinate representation of color #1F84AB: hue angle of 196.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F84AB is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 132 | 171 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.33 |
| HSL | 196.71º | 0.69% | 0.4% | - |
| HSV(B) | 196.71º | 0.82% | 0.67% | - |
| XYZ | 16.17 | 19.73 | 41.49 | - |
| YUV | 106.25 | 164.54 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 132 | 171 | 0.82 | 0.23 | 0 | 0.33 | 196.71 | 0.69 | 0.4 |
| Hex | 1F | 84 | AB | 52 | 17 | 0 | 21 | C5 | 45 | 28 |
| Octal | 37 | 204 | 253 | 122 | 27 | 0 | 41 | 305 | 105 | 50 |
| Binary | 11111 | 10000100 | 10101011 | 1010010 | 10111 | 0 | 100001 | 11000101 | 1000101 | 101000 |
Color Harmonies of #1F84AB
Complementary color
Monochromatic Colors of #1F84AB
Black with #1F84AB
Text Example
Text Example
White with #1F84AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F84AB; }
p { color: rgb(31,132,171); }
H1.HeaderClassName
{
color: #1F84AB;
}
.AnyTagClassName
{
color: #1F84AB;
}
</style>
background-color css
<style>
a { background-color: #1F84AB; }
a { background-color: rgb(31,132,171); }
div.DivClassName
{
background-color: #1F84AB;
}
.BgClassName
{
background-color: #1F84AB;
}
</style>
border-color css
<style>
span { border-color: #1F84AB; }
span { border-color: rgb(31,132,171); }
td.TdClassName
{
border-color: #1F84AB;
}
.TagClassName
{
border-color: #1F84AB;
}
</style>