Shades of Pelorous #259FAB
Tints of Pelorous #259FAB
RGB
CMYK
RGB Variations
Color information
#259FAB (or 0x259FAB) is known color: Pelorous. HEX triplet: 25, 9F and AB. RGB value is (37,159,171). Sum of RGB (Red+Green+Blue) = 37+159+171=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #259FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259FAB is #DA6054. Grayscale: #7B7B7B. Windows color (decimal): -14311509 or 11247397. OLE color: 11247397.
HSL color Cylindrical-coordinate representation of color #259FAB: hue angle of 185.37º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #259FAB is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 159 | 171 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.33 |
| HSL | 185.37º | 0.64% | 0.41% | - |
| HSV(B) | 185.37º | 0.78% | 0.67% | - |
| XYZ | 20.51 | 28.13 | 42.88 | - |
| YUV | 123.89 | 154.58 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 159 | 171 | 0.78 | 0.07 | 0 | 0.33 | 185.37 | 0.64 | 0.41 |
| Hex | 25 | 9F | AB | 4E | 7 | 0 | 21 | B9 | 40 | 29 |
| Octal | 45 | 237 | 253 | 116 | 7 | 0 | 41 | 271 | 100 | 51 |
| Binary | 100101 | 10011111 | 10101011 | 1001110 | 111 | 0 | 100001 | 10111001 | 1000000 | 101001 |
Color Harmonies of #259FAB
Complementary color
Monochromatic Colors of #259FAB
Black with #259FAB
Text Example
Text Example
White with #259FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259FAB; }
p { color: rgb(37,159,171); }
H1.HeaderClassName
{
color: #259FAB;
}
.AnyTagClassName
{
color: #259FAB;
}
</style>
background-color css
<style>
a { background-color: #259FAB; }
a { background-color: rgb(37,159,171); }
div.DivClassName
{
background-color: #259FAB;
}
.BgClassName
{
background-color: #259FAB;
}
</style>
border-color css
<style>
span { border-color: #259FAB; }
span { border-color: rgb(37,159,171); }
td.TdClassName
{
border-color: #259FAB;
}
.TagClassName
{
border-color: #259FAB;
}
</style>