Shades of Pelorous #1F99C6
Tints of Pelorous #1F99C6
RGB
CMYK
RGB Variations
Color information
#1F99C6 (or 0x1F99C6) is known color: Pelorous. HEX triplet: 1F, 99 and C6. RGB value is (31,153,198). Sum of RGB (Red+Green+Blue) = 31+153+198=382 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.12% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 198 (77.73% from 255 or 51.83% from 382); Max value from RGB is 198 - color contains mainly: blue. Hex color #1F99C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F99C6 is #E06639. Grayscale: #797979. Windows color (decimal): -14706234 or 13015327. OLE color: 13015327.
HSL color Cylindrical-coordinate representation of color #1F99C6: hue angle of 196.17º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F99C6 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 153 | 198 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.22 |
| HSL | 196.17º | 0.73% | 0.45% | - |
| HSV(B) | 196.17º | 0.84% | 0.78% | - |
| XYZ | 22.15 | 27.15 | 57.5 | - |
| YUV | 121.65 | 171.08 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 198 | 0.84 | 0.23 | 0 | 0.22 | 196.17 | 0.73 | 0.45 |
| Hex | 1F | 99 | C6 | 54 | 17 | 0 | 16 | C4 | 49 | 2D |
| Octal | 37 | 231 | 306 | 124 | 27 | 0 | 26 | 304 | 111 | 55 |
| Binary | 11111 | 10011001 | 11000110 | 1010100 | 10111 | 0 | 10110 | 11000100 | 1001001 | 101101 |
Color Harmonies of #1F99C6
Complementary color
Monochromatic Colors of #1F99C6
Black with #1F99C6
Text Example
Text Example
White with #1F99C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F99C6; }
p { color: rgb(31,153,198); }
H1.HeaderClassName
{
color: #1F99C6;
}
.AnyTagClassName
{
color: #1F99C6;
}
</style>
background-color css
<style>
a { background-color: #1F99C6; }
a { background-color: rgb(31,153,198); }
div.DivClassName
{
background-color: #1F99C6;
}
.BgClassName
{
background-color: #1F99C6;
}
</style>
border-color css
<style>
span { border-color: #1F99C6; }
span { border-color: rgb(31,153,198); }
td.TdClassName
{
border-color: #1F99C6;
}
.TagClassName
{
border-color: #1F99C6;
}
</style>