Shades of Pelorous #259AAD
Tints of Pelorous #259AAD
RGB
CMYK
RGB Variations
Color information
#259AAD (or 0x259AAD) is known color: Pelorous. HEX triplet: 25, 9A and AD. RGB value is (37,154,173). Sum of RGB (Red+Green+Blue) = 37+154+173=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #259AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259AAD is #DA6552. Grayscale: #787878. Windows color (decimal): -14312787 or 11377189. OLE color: 11377189.
HSL color Cylindrical-coordinate representation of color #259AAD: hue angle of 188.38º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #259AAD is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 154 | 173 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.32 |
| HSL | 188.38º | 0.65% | 0.41% | - |
| HSV(B) | 188.38º | 0.79% | 0.68% | - |
| XYZ | 19.86 | 26.52 | 43.61 | - |
| YUV | 121.18 | 157.24 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 173 | 0.79 | 0.11 | 0 | 0.32 | 188.38 | 0.65 | 0.41 |
| Hex | 25 | 9A | AD | 4F | B | 0 | 20 | BC | 41 | 29 |
| Octal | 45 | 232 | 255 | 117 | 13 | 0 | 40 | 274 | 101 | 51 |
| Binary | 100101 | 10011010 | 10101101 | 1001111 | 1011 | 0 | 100000 | 10111100 | 1000001 | 101001 |
Color Harmonies of #259AAD
Complementary color
Monochromatic Colors of #259AAD
Black with #259AAD
Text Example
Text Example
White with #259AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259AAD; }
p { color: rgb(37,154,173); }
H1.HeaderClassName
{
color: #259AAD;
}
.AnyTagClassName
{
color: #259AAD;
}
</style>
background-color css
<style>
a { background-color: #259AAD; }
a { background-color: rgb(37,154,173); }
div.DivClassName
{
background-color: #259AAD;
}
.BgClassName
{
background-color: #259AAD;
}
</style>
border-color css
<style>
span { border-color: #259AAD; }
span { border-color: rgb(37,154,173); }
td.TdClassName
{
border-color: #259AAD;
}
.TagClassName
{
border-color: #259AAD;
}
</style>