Shades of Pelorous #259FA9
Tints of Pelorous #259FA9
RGB
CMYK
RGB Variations
Color information
#259FA9 (or 0x259FA9) is known color: Pelorous. HEX triplet: 25, 9F and A9. RGB value is (37,159,169). Sum of RGB (Red+Green+Blue) = 37+159+169=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 169 - color contains mainly: blue. Hex color #259FA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259FA9 is #DA6056. Grayscale: #7B7B7B. Windows color (decimal): -14311511 or 11116325. OLE color: 11116325.
HSL color Cylindrical-coordinate representation of color #259FA9: hue angle of 184.55º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #259FA9 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 159 | 169 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.34 |
| HSL | 184.55º | 0.64% | 0.4% | - |
| HSV(B) | 184.55º | 0.78% | 0.66% | - |
| XYZ | 20.32 | 28.05 | 41.88 | - |
| YUV | 123.66 | 153.58 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 159 | 169 | 0.78 | 0.06 | 0 | 0.34 | 184.55 | 0.64 | 0.4 |
| Hex | 25 | 9F | A9 | 4E | 6 | 0 | 22 | B9 | 40 | 28 |
| Octal | 45 | 237 | 251 | 116 | 6 | 0 | 42 | 271 | 100 | 50 |
| Binary | 100101 | 10011111 | 10101001 | 1001110 | 110 | 0 | 100010 | 10111001 | 1000000 | 101000 |
Color Harmonies of #259FA9
Complementary color
Monochromatic Colors of #259FA9
Black with #259FA9
Text Example
Text Example
White with #259FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259FA9; }
p { color: rgb(37,159,169); }
H1.HeaderClassName
{
color: #259FA9;
}
.AnyTagClassName
{
color: #259FA9;
}
</style>
background-color css
<style>
a { background-color: #259FA9; }
a { background-color: rgb(37,159,169); }
div.DivClassName
{
background-color: #259FA9;
}
.BgClassName
{
background-color: #259FA9;
}
</style>
border-color css
<style>
span { border-color: #259FA9; }
span { border-color: rgb(37,159,169); }
td.TdClassName
{
border-color: #259FA9;
}
.TagClassName
{
border-color: #259FA9;
}
</style>