Shades of Pelorous #1F8BAC
Tints of Pelorous #1F8BAC
RGB
CMYK
RGB Variations
Color information
#1F8BAC (or 0x1F8BAC) is known color: Pelorous. HEX triplet: 1F, 8B and AC. RGB value is (31,139,172). Sum of RGB (Red+Green+Blue) = 31+139+172=342 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.06% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F8BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8BAC is #E07453. Grayscale: #6E6E6E. Windows color (decimal): -14709844 or 11307807. OLE color: 11307807.
HSL color Cylindrical-coordinate representation of color #1F8BAC: hue angle of 194.04º 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 #1F8BAC is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 139 | 172 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.33 |
| HSL | 194.04º | 0.69% | 0.4% | - |
| HSV(B) | 194.04º | 0.82% | 0.67% | - |
| XYZ | 17.24 | 21.74 | 42.32 | - |
| YUV | 110.47 | 162.72 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 139 | 172 | 0.82 | 0.19 | 0 | 0.33 | 194.04 | 0.69 | 0.4 |
| Hex | 1F | 8B | AC | 52 | 13 | 0 | 21 | C2 | 45 | 28 |
| Octal | 37 | 213 | 254 | 122 | 23 | 0 | 41 | 302 | 105 | 50 |
| Binary | 11111 | 10001011 | 10101100 | 1010010 | 10011 | 0 | 100001 | 11000010 | 1000101 | 101000 |
Color Harmonies of #1F8BAC
Complementary color
Monochromatic Colors of #1F8BAC
Black with #1F8BAC
Text Example
Text Example
White with #1F8BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8BAC; }
p { color: rgb(31,139,172); }
H1.HeaderClassName
{
color: #1F8BAC;
}
.AnyTagClassName
{
color: #1F8BAC;
}
</style>
background-color css
<style>
a { background-color: #1F8BAC; }
a { background-color: rgb(31,139,172); }
div.DivClassName
{
background-color: #1F8BAC;
}
.BgClassName
{
background-color: #1F8BAC;
}
</style>
border-color css
<style>
span { border-color: #1F8BAC; }
span { border-color: rgb(31,139,172); }
td.TdClassName
{
border-color: #1F8BAC;
}
.TagClassName
{
border-color: #1F8BAC;
}
</style>