Shades of Pelorous #259AB5
Tints of Pelorous #259AB5
RGB
CMYK
RGB Variations
Color information
#259AB5 (or 0x259AB5) is known color: Pelorous. HEX triplet: 25, 9A and B5. RGB value is (37,154,181). Sum of RGB (Red+Green+Blue) = 37+154+181=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #259AB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259AB5 is #DA654A. Grayscale: #797979. Windows color (decimal): -14312779 or 11901477. OLE color: 11901477.
HSL color Cylindrical-coordinate representation of color #259AB5: hue angle of 191.25º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #259AB5 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 154 | 181 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.29 |
| HSL | 191.25º | 0.66% | 0.43% | - |
| HSV(B) | 191.25º | 0.8% | 0.71% | - |
| XYZ | 20.66 | 26.84 | 47.81 | - |
| YUV | 122.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 181 | 0.80 | 0.15 | 0 | 0.29 | 191.25 | 0.66 | 0.43 |
| Hex | 25 | 9A | B5 | 50 | F | 0 | 1D | BF | 42 | 2B |
| Octal | 45 | 232 | 265 | 120 | 17 | 0 | 35 | 277 | 102 | 53 |
| Binary | 100101 | 10011010 | 10110101 | 1010000 | 1111 | 0 | 11101 | 10111111 | 1000010 | 101011 |
Color Harmonies of #259AB5
Complementary color
Monochromatic Colors of #259AB5
Black with #259AB5
Text Example
Text Example
White with #259AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259AB5; }
p { color: rgb(37,154,181); }
H1.HeaderClassName
{
color: #259AB5;
}
.AnyTagClassName
{
color: #259AB5;
}
</style>
background-color css
<style>
a { background-color: #259AB5; }
a { background-color: rgb(37,154,181); }
div.DivClassName
{
background-color: #259AB5;
}
.BgClassName
{
background-color: #259AB5;
}
</style>
border-color css
<style>
span { border-color: #259AB5; }
span { border-color: rgb(37,154,181); }
td.TdClassName
{
border-color: #259AB5;
}
.TagClassName
{
border-color: #259AB5;
}
</style>