Shades of Pelorous #259CB1
Tints of Pelorous #259CB1
RGB
CMYK
RGB Variations
Color information
#259CB1 (or 0x259CB1) is known color: Pelorous. HEX triplet: 25, 9C and B1. RGB value is (37,156,177). Sum of RGB (Red+Green+Blue) = 37+156+177=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #259CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259CB1 is #DA634E. Grayscale: #7A7A7A. Windows color (decimal): -14312271 or 11639845. OLE color: 11639845.
HSL color Cylindrical-coordinate representation of color #259CB1: hue angle of 189º 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 #259CB1 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 156 | 177 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.31 |
| HSL | 189º | 0.65% | 0.42% | - |
| HSV(B) | 189º | 0.79% | 0.69% | - |
| XYZ | 20.59 | 27.34 | 45.79 | - |
| YUV | 122.81 | 158.58 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 177 | 0.79 | 0.12 | 0 | 0.31 | 189 | 0.65 | 0.42 |
| Hex | 25 | 9C | B1 | 4F | C | 0 | 1F | BD | 41 | 2A |
| Octal | 45 | 234 | 261 | 117 | 14 | 0 | 37 | 275 | 101 | 52 |
| Binary | 100101 | 10011100 | 10110001 | 1001111 | 1100 | 0 | 11111 | 10111101 | 1000001 | 101010 |
Color Harmonies of #259CB1
Complementary color
Monochromatic Colors of #259CB1
Black with #259CB1
Text Example
Text Example
White with #259CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259CB1; }
p { color: rgb(37,156,177); }
H1.HeaderClassName
{
color: #259CB1;
}
.AnyTagClassName
{
color: #259CB1;
}
</style>
background-color css
<style>
a { background-color: #259CB1; }
a { background-color: rgb(37,156,177); }
div.DivClassName
{
background-color: #259CB1;
}
.BgClassName
{
background-color: #259CB1;
}
</style>
border-color css
<style>
span { border-color: #259CB1; }
span { border-color: rgb(37,156,177); }
td.TdClassName
{
border-color: #259CB1;
}
.TagClassName
{
border-color: #259CB1;
}
</style>