Shades of Pelorous #259DB0
Tints of Pelorous #259DB0
RGB
CMYK
RGB Variations
Color information
#259DB0 (or 0x259DB0) is known color: Pelorous. HEX triplet: 25, 9D and B0. RGB value is (37,157,176). Sum of RGB (Red+Green+Blue) = 37+157+176=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 176 - color contains mainly: blue. Hex color #259DB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259DB0 is #DA624F. Grayscale: #7B7B7B. Windows color (decimal): -14312016 or 11574565. OLE color: 11574565.
HSL color Cylindrical-coordinate representation of color #259DB0: hue angle of 188.2º 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 #259DB0 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 157 | 176 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.31 |
| HSL | 188.2º | 0.65% | 0.42% | - |
| HSV(B) | 188.2º | 0.79% | 0.69% | - |
| XYZ | 20.66 | 27.64 | 45.32 | - |
| YUV | 123.29 | 157.74 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 157 | 176 | 0.79 | 0.11 | 0 | 0.31 | 188.2 | 0.65 | 0.42 |
| Hex | 25 | 9D | B0 | 4F | B | 0 | 1F | BC | 41 | 2A |
| Octal | 45 | 235 | 260 | 117 | 13 | 0 | 37 | 274 | 101 | 52 |
| Binary | 100101 | 10011101 | 10110000 | 1001111 | 1011 | 0 | 11111 | 10111100 | 1000001 | 101010 |
Color Harmonies of #259DB0
Complementary color
Monochromatic Colors of #259DB0
Black with #259DB0
Text Example
Text Example
White with #259DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259DB0; }
p { color: rgb(37,157,176); }
H1.HeaderClassName
{
color: #259DB0;
}
.AnyTagClassName
{
color: #259DB0;
}
</style>
background-color css
<style>
a { background-color: #259DB0; }
a { background-color: rgb(37,157,176); }
div.DivClassName
{
background-color: #259DB0;
}
.BgClassName
{
background-color: #259DB0;
}
</style>
border-color css
<style>
span { border-color: #259DB0; }
span { border-color: rgb(37,157,176); }
td.TdClassName
{
border-color: #259DB0;
}
.TagClassName
{
border-color: #259DB0;
}
</style>