Shades of Pelorous #259ABE
Tints of Pelorous #259ABE
RGB
CMYK
RGB Variations
Color information
#259ABE (or 0x259ABE) is known color: Pelorous. HEX triplet: 25, 9A and BE. RGB value is (37,154,190). Sum of RGB (Red+Green+Blue) = 37+154+190=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #259ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259ABE is #DA6541. Grayscale: #7A7A7A. Windows color (decimal): -14312770 or 12491301. OLE color: 12491301.
HSL color Cylindrical-coordinate representation of color #259ABE: hue angle of 194.12º 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 #259ABE is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 154 | 190 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.25 |
| HSL | 194.12º | 0.67% | 0.45% | - |
| HSV(B) | 194.12º | 0.81% | 0.75% | - |
| XYZ | 21.61 | 27.22 | 52.83 | - |
| YUV | 123.12 | 165.74 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 190 | 0.81 | 0.19 | 0 | 0.25 | 194.12 | 0.67 | 0.45 |
| Hex | 25 | 9A | BE | 51 | 13 | 0 | 19 | C2 | 43 | 2D |
| Octal | 45 | 232 | 276 | 121 | 23 | 0 | 31 | 302 | 103 | 55 |
| Binary | 100101 | 10011010 | 10111110 | 1010001 | 10011 | 0 | 11001 | 11000010 | 1000011 | 101101 |
Color Harmonies of #259ABE
Complementary color
Monochromatic Colors of #259ABE
Black with #259ABE
Text Example
Text Example
White with #259ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259ABE; }
p { color: rgb(37,154,190); }
H1.HeaderClassName
{
color: #259ABE;
}
.AnyTagClassName
{
color: #259ABE;
}
</style>
background-color css
<style>
a { background-color: #259ABE; }
a { background-color: rgb(37,154,190); }
div.DivClassName
{
background-color: #259ABE;
}
.BgClassName
{
background-color: #259ABE;
}
</style>
border-color css
<style>
span { border-color: #259ABE; }
span { border-color: rgb(37,154,190); }
td.TdClassName
{
border-color: #259ABE;
}
.TagClassName
{
border-color: #259ABE;
}
</style>