Shades of Pelorous #1F94AB
Tints of Pelorous #1F94AB
RGB
CMYK
RGB Variations
Color information
#1F94AB (or 0x1F94AB) is known color: Pelorous. HEX triplet: 1F, 94 and AB. RGB value is (31,148,171). Sum of RGB (Red+Green+Blue) = 31+148+171=350 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.86% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F94AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F94AB is #E06B54. Grayscale: #737373. Windows color (decimal): -14707541 or 11244575. OLE color: 11244575.
HSL color Cylindrical-coordinate representation of color #1F94AB: hue angle of 189.86º 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 #1F94AB is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 148 | 171 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.33 |
| HSL | 189.86º | 0.69% | 0.4% | - |
| HSV(B) | 189.86º | 0.82% | 0.67% | - |
| XYZ | 18.51 | 24.41 | 42.26 | - |
| YUV | 115.64 | 159.24 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 148 | 171 | 0.82 | 0.13 | 0 | 0.33 | 189.86 | 0.69 | 0.4 |
| Hex | 1F | 94 | AB | 52 | D | 0 | 21 | BE | 45 | 28 |
| Octal | 37 | 224 | 253 | 122 | 15 | 0 | 41 | 276 | 105 | 50 |
| Binary | 11111 | 10010100 | 10101011 | 1010010 | 1101 | 0 | 100001 | 10111110 | 1000101 | 101000 |
Color Harmonies of #1F94AB
Complementary color
Monochromatic Colors of #1F94AB
Black with #1F94AB
Text Example
Text Example
White with #1F94AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F94AB; }
p { color: rgb(31,148,171); }
H1.HeaderClassName
{
color: #1F94AB;
}
.AnyTagClassName
{
color: #1F94AB;
}
</style>
background-color css
<style>
a { background-color: #1F94AB; }
a { background-color: rgb(31,148,171); }
div.DivClassName
{
background-color: #1F94AB;
}
.BgClassName
{
background-color: #1F94AB;
}
</style>
border-color css
<style>
span { border-color: #1F94AB; }
span { border-color: rgb(31,148,171); }
td.TdClassName
{
border-color: #1F94AB;
}
.TagClassName
{
border-color: #1F94AB;
}
</style>