Shades of Pelorous #1F99CA
Tints of Pelorous #1F99CA
RGB
CMYK
RGB Variations
Color information
#1F99CA (or 0x1F99CA) is known color: Pelorous. HEX triplet: 1F, 99 and CA. RGB value is (31,153,202). Sum of RGB (Red+Green+Blue) = 31+153+202=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F99CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F99CA is #E06635. Grayscale: #797979. Windows color (decimal): -14706230 or 13277471. OLE color: 13277471.
HSL color Cylindrical-coordinate representation of color #1F99CA: hue angle of 197.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F99CA is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 153 | 202 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.21 |
| HSL | 197.19º | 0.73% | 0.46% | - |
| HSV(B) | 197.19º | 0.85% | 0.79% | - |
| XYZ | 22.62 | 27.34 | 59.96 | - |
| YUV | 122.11 | 173.08 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 202 | 0.85 | 0.24 | 0 | 0.21 | 197.19 | 0.73 | 0.46 |
| Hex | 1F | 99 | CA | 55 | 18 | 0 | 15 | C5 | 49 | 2E |
| Octal | 37 | 231 | 312 | 125 | 30 | 0 | 25 | 305 | 111 | 56 |
| Binary | 11111 | 10011001 | 11001010 | 1010101 | 11000 | 0 | 10101 | 11000101 | 1001001 | 101110 |
Color Harmonies of #1F99CA
Complementary color
Monochromatic Colors of #1F99CA
Black with #1F99CA
Text Example
Text Example
White with #1F99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F99CA; }
p { color: rgb(31,153,202); }
H1.HeaderClassName
{
color: #1F99CA;
}
.AnyTagClassName
{
color: #1F99CA;
}
</style>
background-color css
<style>
a { background-color: #1F99CA; }
a { background-color: rgb(31,153,202); }
div.DivClassName
{
background-color: #1F99CA;
}
.BgClassName
{
background-color: #1F99CA;
}
</style>
border-color css
<style>
span { border-color: #1F99CA; }
span { border-color: rgb(31,153,202); }
td.TdClassName
{
border-color: #1F99CA;
}
.TagClassName
{
border-color: #1F99CA;
}
</style>