Shades of Pelorous #259DB6
Tints of Pelorous #259DB6
RGB
CMYK
RGB Variations
Color information
#259DB6 (or 0x259DB6) is known color: Pelorous. HEX triplet: 25, 9D and B6. RGB value is (37,157,182). Sum of RGB (Red+Green+Blue) = 37+157+182=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: blue. Hex color #259DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259DB6 is #DA6249. Grayscale: #7B7B7B. Windows color (decimal): -14312010 or 11967781. OLE color: 11967781.
HSL color Cylindrical-coordinate representation of color #259DB6: hue angle of 190.34º 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 #259DB6 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 157 | 182 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.29 |
| HSL | 190.34º | 0.66% | 0.43% | - |
| HSV(B) | 190.34º | 0.8% | 0.71% | - |
| XYZ | 21.26 | 27.88 | 48.52 | - |
| YUV | 123.97 | 160.74 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 157 | 182 | 0.80 | 0.14 | 0 | 0.29 | 190.34 | 0.66 | 0.43 |
| Hex | 25 | 9D | B6 | 50 | E | 0 | 1D | BE | 42 | 2B |
| Octal | 45 | 235 | 266 | 120 | 16 | 0 | 35 | 276 | 102 | 53 |
| Binary | 100101 | 10011101 | 10110110 | 1010000 | 1110 | 0 | 11101 | 10111110 | 1000010 | 101011 |
Color Harmonies of #259DB6
Complementary color
Monochromatic Colors of #259DB6
Black with #259DB6
Text Example
Text Example
White with #259DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259DB6; }
p { color: rgb(37,157,182); }
H1.HeaderClassName
{
color: #259DB6;
}
.AnyTagClassName
{
color: #259DB6;
}
</style>
background-color css
<style>
a { background-color: #259DB6; }
a { background-color: rgb(37,157,182); }
div.DivClassName
{
background-color: #259DB6;
}
.BgClassName
{
background-color: #259DB6;
}
</style>
border-color css
<style>
span { border-color: #259DB6; }
span { border-color: rgb(37,157,182); }
td.TdClassName
{
border-color: #259DB6;
}
.TagClassName
{
border-color: #259DB6;
}
</style>