Shades of Pelorous #259BAF
Tints of Pelorous #259BAF
RGB
CMYK
RGB Variations
Color information
#259BAF (or 0x259BAF) is known color: Pelorous. HEX triplet: 25, 9B and AF. RGB value is (37,155,175). Sum of RGB (Red+Green+Blue) = 37+155+175=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #259BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259BAF is #DA6450. Grayscale: #797979. Windows color (decimal): -14312529 or 11508517. OLE color: 11508517.
HSL color Cylindrical-coordinate representation of color #259BAF: hue angle of 188.7º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #259BAF is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 155 | 175 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.31 |
| HSL | 188.7º | 0.65% | 0.42% | - |
| HSV(B) | 188.7º | 0.79% | 0.69% | - |
| XYZ | 20.22 | 26.93 | 44.69 | - |
| YUV | 122 | 157.91 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 175 | 0.79 | 0.11 | 0 | 0.31 | 188.7 | 0.65 | 0.42 |
| Hex | 25 | 9B | AF | 4F | B | 0 | 1F | BD | 41 | 2A |
| Octal | 45 | 233 | 257 | 117 | 13 | 0 | 37 | 275 | 101 | 52 |
| Binary | 100101 | 10011011 | 10101111 | 1001111 | 1011 | 0 | 11111 | 10111101 | 1000001 | 101010 |
Color Harmonies of #259BAF
Complementary color
Monochromatic Colors of #259BAF
Black with #259BAF
Text Example
Text Example
White with #259BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259BAF; }
p { color: rgb(37,155,175); }
H1.HeaderClassName
{
color: #259BAF;
}
.AnyTagClassName
{
color: #259BAF;
}
</style>
background-color css
<style>
a { background-color: #259BAF; }
a { background-color: rgb(37,155,175); }
div.DivClassName
{
background-color: #259BAF;
}
.BgClassName
{
background-color: #259BAF;
}
</style>
border-color css
<style>
span { border-color: #259BAF; }
span { border-color: rgb(37,155,175); }
td.TdClassName
{
border-color: #259BAF;
}
.TagClassName
{
border-color: #259BAF;
}
</style>