Shades of Pelorous #259AB0
Tints of Pelorous #259AB0
RGB
CMYK
RGB Variations
Color information
#259AB0 (or 0x259AB0) is known color: Pelorous. HEX triplet: 25, 9A and B0. RGB value is (37,154,176). Sum of RGB (Red+Green+Blue) = 37+154+176=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 176 - color contains mainly: blue. Hex color #259AB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259AB0 is #DA654F. Grayscale: #797979. Windows color (decimal): -14312784 or 11573797. OLE color: 11573797.
HSL color Cylindrical-coordinate representation of color #259AB0: hue angle of 189.5º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #259AB0 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 154 | 176 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.31 |
| HSL | 189.5º | 0.65% | 0.42% | - |
| HSV(B) | 189.5º | 0.79% | 0.69% | - |
| XYZ | 20.16 | 26.64 | 45.15 | - |
| YUV | 121.53 | 158.74 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 176 | 0.79 | 0.12 | 0 | 0.31 | 189.5 | 0.65 | 0.42 |
| Hex | 25 | 9A | B0 | 4F | C | 0 | 1F | BD | 41 | 2A |
| Octal | 45 | 232 | 260 | 117 | 14 | 0 | 37 | 275 | 101 | 52 |
| Binary | 100101 | 10011010 | 10110000 | 1001111 | 1100 | 0 | 11111 | 10111101 | 1000001 | 101010 |
Color Harmonies of #259AB0
Complementary color
Monochromatic Colors of #259AB0
Black with #259AB0
Text Example
Text Example
White with #259AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259AB0; }
p { color: rgb(37,154,176); }
H1.HeaderClassName
{
color: #259AB0;
}
.AnyTagClassName
{
color: #259AB0;
}
</style>
background-color css
<style>
a { background-color: #259AB0; }
a { background-color: rgb(37,154,176); }
div.DivClassName
{
background-color: #259AB0;
}
.BgClassName
{
background-color: #259AB0;
}
</style>
border-color css
<style>
span { border-color: #259AB0; }
span { border-color: rgb(37,154,176); }
td.TdClassName
{
border-color: #259AB0;
}
.TagClassName
{
border-color: #259AB0;
}
</style>