Shades of Pelorous #259FBE
Tints of Pelorous #259FBE
RGB
CMYK
RGB Variations
Color information
#259FBE (or 0x259FBE) is known color: Pelorous. HEX triplet: 25, 9F and BE. RGB value is (37,159,190). Sum of RGB (Red+Green+Blue) = 37+159+190=386 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.59% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #259FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259FBE is #DA6041. Grayscale: #7D7D7D. Windows color (decimal): -14311490 or 12492581. OLE color: 12492581.
HSL color Cylindrical-coordinate representation of color #259FBE: hue angle of 192.16º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #259FBE is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 159 | 190 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.25 |
| HSL | 192.16º | 0.67% | 0.45% | - |
| HSV(B) | 192.16º | 0.81% | 0.75% | - |
| XYZ | 22.46 | 28.91 | 53.11 | - |
| YUV | 126.06 | 164.08 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 159 | 190 | 0.81 | 0.16 | 0 | 0.25 | 192.16 | 0.67 | 0.45 |
| Hex | 25 | 9F | BE | 51 | 10 | 0 | 19 | C0 | 43 | 2D |
| Octal | 45 | 237 | 276 | 121 | 20 | 0 | 31 | 300 | 103 | 55 |
| Binary | 100101 | 10011111 | 10111110 | 1010001 | 10000 | 0 | 11001 | 11000000 | 1000011 | 101101 |
Color Harmonies of #259FBE
Complementary color
Monochromatic Colors of #259FBE
Black with #259FBE
Text Example
Text Example
White with #259FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259FBE; }
p { color: rgb(37,159,190); }
H1.HeaderClassName
{
color: #259FBE;
}
.AnyTagClassName
{
color: #259FBE;
}
</style>
background-color css
<style>
a { background-color: #259FBE; }
a { background-color: rgb(37,159,190); }
div.DivClassName
{
background-color: #259FBE;
}
.BgClassName
{
background-color: #259FBE;
}
</style>
border-color css
<style>
span { border-color: #259FBE; }
span { border-color: rgb(37,159,190); }
td.TdClassName
{
border-color: #259FBE;
}
.TagClassName
{
border-color: #259FBE;
}
</style>