Shades of Pelorous #1F9FAA
Tints of Pelorous #1F9FAA
RGB
CMYK
RGB Variations
Color information
#1F9FAA (or 0x1F9FAA) is known color: Pelorous. HEX triplet: 1F, 9F and AA. RGB value is (31,159,170). Sum of RGB (Red+Green+Blue) = 31+159+170=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F9FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9FAA is #E06055. Grayscale: #797979. Windows color (decimal): -14704726 or 11181855. OLE color: 11181855.
HSL color Cylindrical-coordinate representation of color #1F9FAA: hue angle of 184.75º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F9FAA is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 159 | 170 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.33 |
| HSL | 184.75º | 0.69% | 0.39% | - |
| HSV(B) | 184.75º | 0.82% | 0.67% | - |
| XYZ | 20.22 | 27.99 | 42.37 | - |
| YUV | 121.98 | 155.09 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 170 | 0.82 | 0.06 | 0 | 0.33 | 184.75 | 0.69 | 0.39 |
| Hex | 1F | 9F | AA | 52 | 6 | 0 | 21 | B9 | 45 | 27 |
| Octal | 37 | 237 | 252 | 122 | 6 | 0 | 41 | 271 | 105 | 47 |
| Binary | 11111 | 10011111 | 10101010 | 1010010 | 110 | 0 | 100001 | 10111001 | 1000101 | 100111 |
Color Harmonies of #1F9FAA
Complementary color
Monochromatic Colors of #1F9FAA
Black with #1F9FAA
Text Example
Text Example
White with #1F9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9FAA; }
p { color: rgb(31,159,170); }
H1.HeaderClassName
{
color: #1F9FAA;
}
.AnyTagClassName
{
color: #1F9FAA;
}
</style>
background-color css
<style>
a { background-color: #1F9FAA; }
a { background-color: rgb(31,159,170); }
div.DivClassName
{
background-color: #1F9FAA;
}
.BgClassName
{
background-color: #1F9FAA;
}
</style>
border-color css
<style>
span { border-color: #1F9FAA; }
span { border-color: rgb(31,159,170); }
td.TdClassName
{
border-color: #1F9FAA;
}
.TagClassName
{
border-color: #1F9FAA;
}
</style>