Shades of Pelorous #259BC1
Tints of Pelorous #259BC1
RGB
CMYK
RGB Variations
Color information
#259BC1 (or 0x259BC1) is known color: Pelorous. HEX triplet: 25, 9B and C1. RGB value is (37,155,193). Sum of RGB (Red+Green+Blue) = 37+155+193=385 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.61% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #259BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259BC1 is #DA643E. Grayscale: #7B7B7B. Windows color (decimal): -14312511 or 12688165. OLE color: 12688165.
HSL color Cylindrical-coordinate representation of color #259BC1: hue angle of 194.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #259BC1 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 155 | 193 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.24 |
| HSL | 194.62º | 0.68% | 0.45% | - |
| HSV(B) | 194.62º | 0.81% | 0.76% | - |
| XYZ | 22.11 | 27.69 | 54.63 | - |
| YUV | 124.05 | 166.91 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 193 | 0.81 | 0.20 | 0 | 0.24 | 194.62 | 0.68 | 0.45 |
| Hex | 25 | 9B | C1 | 51 | 14 | 0 | 18 | C3 | 44 | 2D |
| Octal | 45 | 233 | 301 | 121 | 24 | 0 | 30 | 303 | 104 | 55 |
| Binary | 100101 | 10011011 | 11000001 | 1010001 | 10100 | 0 | 11000 | 11000011 | 1000100 | 101101 |
Color Harmonies of #259BC1
Complementary color
Monochromatic Colors of #259BC1
Black with #259BC1
Text Example
Text Example
White with #259BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259BC1; }
p { color: rgb(37,155,193); }
H1.HeaderClassName
{
color: #259BC1;
}
.AnyTagClassName
{
color: #259BC1;
}
</style>
background-color css
<style>
a { background-color: #259BC1; }
a { background-color: rgb(37,155,193); }
div.DivClassName
{
background-color: #259BC1;
}
.BgClassName
{
background-color: #259BC1;
}
</style>
border-color css
<style>
span { border-color: #259BC1; }
span { border-color: rgb(37,155,193); }
td.TdClassName
{
border-color: #259BC1;
}
.TagClassName
{
border-color: #259BC1;
}
</style>