Shades of Pelorous #1F89AC
Tints of Pelorous #1F89AC
RGB
CMYK
RGB Variations
Color information
#1F89AC (or 0x1F89AC) is known color: Pelorous. HEX triplet: 1F, 89 and AC. RGB value is (31,137,172). Sum of RGB (Red+Green+Blue) = 31+137+172=340 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.12% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F89AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F89AC is #E07653. Grayscale: #6D6D6D. Windows color (decimal): -14710356 or 11307295. OLE color: 11307295.
HSL color Cylindrical-coordinate representation of color #1F89AC: hue angle of 194.89º 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 #1F89AC is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 137 | 172 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.33 |
| HSL | 194.89º | 0.69% | 0.4% | - |
| HSV(B) | 194.89º | 0.82% | 0.67% | - |
| XYZ | 16.96 | 21.16 | 42.22 | - |
| YUV | 109.3 | 163.38 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 172 | 0.82 | 0.20 | 0 | 0.33 | 194.89 | 0.69 | 0.4 |
| Hex | 1F | 89 | AC | 52 | 14 | 0 | 21 | C3 | 45 | 28 |
| Octal | 37 | 211 | 254 | 122 | 24 | 0 | 41 | 303 | 105 | 50 |
| Binary | 11111 | 10001001 | 10101100 | 1010010 | 10100 | 0 | 100001 | 11000011 | 1000101 | 101000 |
Color Harmonies of #1F89AC
Complementary color
Monochromatic Colors of #1F89AC
Black with #1F89AC
Text Example
Text Example
White with #1F89AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F89AC; }
p { color: rgb(31,137,172); }
H1.HeaderClassName
{
color: #1F89AC;
}
.AnyTagClassName
{
color: #1F89AC;
}
</style>
background-color css
<style>
a { background-color: #1F89AC; }
a { background-color: rgb(31,137,172); }
div.DivClassName
{
background-color: #1F89AC;
}
.BgClassName
{
background-color: #1F89AC;
}
</style>
border-color css
<style>
span { border-color: #1F89AC; }
span { border-color: rgb(31,137,172); }
td.TdClassName
{
border-color: #1F89AC;
}
.TagClassName
{
border-color: #1F89AC;
}
</style>