Shades of Pelorous #259BA8
Tints of Pelorous #259BA8
RGB
CMYK
RGB Variations
Color information
#259BA8 (or 0x259BA8) is known color: Pelorous. HEX triplet: 25, 9B and A8. RGB value is (37,155,168). Sum of RGB (Red+Green+Blue) = 37+155+168=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 168 - color contains mainly: blue. Hex color #259BA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259BA8 is #DA6457. Grayscale: #797979. Windows color (decimal): -14312536 or 11049765. OLE color: 11049765.
HSL color Cylindrical-coordinate representation of color #259BA8: hue angle of 185.95º 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 #259BA8 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 155 | 168 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.34 |
| HSL | 185.95º | 0.64% | 0.4% | - |
| HSV(B) | 185.95º | 0.78% | 0.66% | - |
| XYZ | 19.55 | 26.66 | 41.16 | - |
| YUV | 121.2 | 154.41 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 168 | 0.78 | 0.08 | 0 | 0.34 | 185.95 | 0.64 | 0.4 |
| Hex | 25 | 9B | A8 | 4E | 8 | 0 | 22 | BA | 40 | 28 |
| Octal | 45 | 233 | 250 | 116 | 10 | 0 | 42 | 272 | 100 | 50 |
| Binary | 100101 | 10011011 | 10101000 | 1001110 | 1000 | 0 | 100010 | 10111010 | 1000000 | 101000 |
Color Harmonies of #259BA8
Complementary color
Monochromatic Colors of #259BA8
Black with #259BA8
Text Example
Text Example
White with #259BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259BA8; }
p { color: rgb(37,155,168); }
H1.HeaderClassName
{
color: #259BA8;
}
.AnyTagClassName
{
color: #259BA8;
}
</style>
background-color css
<style>
a { background-color: #259BA8; }
a { background-color: rgb(37,155,168); }
div.DivClassName
{
background-color: #259BA8;
}
.BgClassName
{
background-color: #259BA8;
}
</style>
border-color css
<style>
span { border-color: #259BA8; }
span { border-color: rgb(37,155,168); }
td.TdClassName
{
border-color: #259BA8;
}
.TagClassName
{
border-color: #259BA8;
}
</style>