Shades of Pelorous #259AB4
Tints of Pelorous #259AB4
RGB
CMYK
RGB Variations
Color information
#259AB4 (or 0x259AB4) is known color: Pelorous. HEX triplet: 25, 9A and B4. RGB value is (37,154,180). Sum of RGB (Red+Green+Blue) = 37+154+180=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #259AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259AB4 is #DA654B. Grayscale: #797979. Windows color (decimal): -14312780 or 11835941. OLE color: 11835941.
HSL color Cylindrical-coordinate representation of color #259AB4: hue angle of 190.91º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #259AB4 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 154 | 180 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.29 |
| HSL | 190.91º | 0.66% | 0.43% | - |
| HSV(B) | 190.91º | 0.79% | 0.71% | - |
| XYZ | 20.56 | 26.8 | 47.27 | - |
| YUV | 121.98 | 160.74 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 180 | 0.79 | 0.14 | 0 | 0.29 | 190.91 | 0.66 | 0.43 |
| Hex | 25 | 9A | B4 | 4F | E | 0 | 1D | BF | 42 | 2B |
| Octal | 45 | 232 | 264 | 117 | 16 | 0 | 35 | 277 | 102 | 53 |
| Binary | 100101 | 10011010 | 10110100 | 1001111 | 1110 | 0 | 11101 | 10111111 | 1000010 | 101011 |
Color Harmonies of #259AB4
Complementary color
Monochromatic Colors of #259AB4
Black with #259AB4
Text Example
Text Example
White with #259AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259AB4; }
p { color: rgb(37,154,180); }
H1.HeaderClassName
{
color: #259AB4;
}
.AnyTagClassName
{
color: #259AB4;
}
</style>
background-color css
<style>
a { background-color: #259AB4; }
a { background-color: rgb(37,154,180); }
div.DivClassName
{
background-color: #259AB4;
}
.BgClassName
{
background-color: #259AB4;
}
</style>
border-color css
<style>
span { border-color: #259AB4; }
span { border-color: rgb(37,154,180); }
td.TdClassName
{
border-color: #259AB4;
}
.TagClassName
{
border-color: #259AB4;
}
</style>