Shades of Pelorous #1F94C6
Tints of Pelorous #1F94C6
RGB
CMYK
RGB Variations
Color information
#1F94C6 (or 0x1F94C6) is known color: Pelorous. HEX triplet: 1F, 94 and C6. RGB value is (31,148,198). Sum of RGB (Red+Green+Blue) = 31+148+198=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #1F94C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F94C6 is #E06B39. Grayscale: #767676. Windows color (decimal): -14707514 or 13014047. OLE color: 13014047.
HSL color Cylindrical-coordinate representation of color #1F94C6: hue angle of 197.96º 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 #1F94C6 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 148 | 198 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.22 |
| HSL | 197.96º | 0.73% | 0.45% | - |
| HSV(B) | 197.96º | 0.84% | 0.78% | - |
| XYZ | 21.35 | 25.55 | 57.23 | - |
| YUV | 118.72 | 172.74 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 148 | 198 | 0.84 | 0.25 | 0 | 0.22 | 197.96 | 0.73 | 0.45 |
| Hex | 1F | 94 | C6 | 54 | 19 | 0 | 16 | C6 | 49 | 2D |
| Octal | 37 | 224 | 306 | 124 | 31 | 0 | 26 | 306 | 111 | 55 |
| Binary | 11111 | 10010100 | 11000110 | 1010100 | 11001 | 0 | 10110 | 11000110 | 1001001 | 101101 |
Color Harmonies of #1F94C6
Complementary color
Monochromatic Colors of #1F94C6
Black with #1F94C6
Text Example
Text Example
White with #1F94C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F94C6; }
p { color: rgb(31,148,198); }
H1.HeaderClassName
{
color: #1F94C6;
}
.AnyTagClassName
{
color: #1F94C6;
}
</style>
background-color css
<style>
a { background-color: #1F94C6; }
a { background-color: rgb(31,148,198); }
div.DivClassName
{
background-color: #1F94C6;
}
.BgClassName
{
background-color: #1F94C6;
}
</style>
border-color css
<style>
span { border-color: #1F94C6; }
span { border-color: rgb(31,148,198); }
td.TdClassName
{
border-color: #1F94C6;
}
.TagClassName
{
border-color: #1F94C6;
}
</style>