Shades of Pelorous #259FBA
Tints of Pelorous #259FBA
RGB
CMYK
RGB Variations
Color information
#259FBA (or 0x259FBA) is known color: Pelorous. HEX triplet: 25, 9F and BA. RGB value is (37,159,186). Sum of RGB (Red+Green+Blue) = 37+159+186=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #259FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259FBA is #DA6045. Grayscale: #7D7D7D. Windows color (decimal): -14311494 or 12230437. OLE color: 12230437.
HSL color Cylindrical-coordinate representation of color #259FBA: hue angle of 190.87º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #259FBA is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 159 | 186 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.27 |
| HSL | 190.87º | 0.67% | 0.44% | - |
| HSV(B) | 190.87º | 0.8% | 0.73% | - |
| XYZ | 22.02 | 28.73 | 50.84 | - |
| YUV | 125.6 | 162.08 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 159 | 186 | 0.80 | 0.15 | 0 | 0.27 | 190.87 | 0.67 | 0.44 |
| Hex | 25 | 9F | BA | 50 | F | 0 | 1B | BF | 43 | 2C |
| Octal | 45 | 237 | 272 | 120 | 17 | 0 | 33 | 277 | 103 | 54 |
| Binary | 100101 | 10011111 | 10111010 | 1010000 | 1111 | 0 | 11011 | 10111111 | 1000011 | 101100 |
Color Harmonies of #259FBA
Complementary color
Monochromatic Colors of #259FBA
Black with #259FBA
Text Example
Text Example
White with #259FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259FBA; }
p { color: rgb(37,159,186); }
H1.HeaderClassName
{
color: #259FBA;
}
.AnyTagClassName
{
color: #259FBA;
}
</style>
background-color css
<style>
a { background-color: #259FBA; }
a { background-color: rgb(37,159,186); }
div.DivClassName
{
background-color: #259FBA;
}
.BgClassName
{
background-color: #259FBA;
}
</style>
border-color css
<style>
span { border-color: #259FBA; }
span { border-color: rgb(37,159,186); }
td.TdClassName
{
border-color: #259FBA;
}
.TagClassName
{
border-color: #259FBA;
}
</style>