Shades of Pelorous #2599C1
Tints of Pelorous #2599C1
RGB
CMYK
RGB Variations
Color information
#2599C1 (or 0x2599C1) is known color: Pelorous. HEX triplet: 25, 99 and C1. RGB value is (37,153,193). Sum of RGB (Red+Green+Blue) = 37+153+193=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #2599C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2599C1 is #DA663E. Grayscale: #7A7A7A. Windows color (decimal): -14313023 or 12687653. OLE color: 12687653.
HSL color Cylindrical-coordinate representation of color #2599C1: hue angle of 195.38º 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 #2599C1 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 153 | 193 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.24 |
| HSL | 195.38º | 0.68% | 0.45% | - |
| HSV(B) | 195.38º | 0.81% | 0.76% | - |
| XYZ | 21.78 | 27.03 | 54.52 | - |
| YUV | 122.88 | 167.57 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 193 | 0.81 | 0.21 | 0 | 0.24 | 195.38 | 0.68 | 0.45 |
| Hex | 25 | 99 | C1 | 51 | 15 | 0 | 18 | C3 | 44 | 2D |
| Octal | 45 | 231 | 301 | 121 | 25 | 0 | 30 | 303 | 104 | 55 |
| Binary | 100101 | 10011001 | 11000001 | 1010001 | 10101 | 0 | 11000 | 11000011 | 1000100 | 101101 |
Color Harmonies of #2599C1
Complementary color
Monochromatic Colors of #2599C1
Black with #2599C1
Text Example
Text Example
White with #2599C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2599C1; }
p { color: rgb(37,153,193); }
H1.HeaderClassName
{
color: #2599C1;
}
.AnyTagClassName
{
color: #2599C1;
}
</style>
background-color css
<style>
a { background-color: #2599C1; }
a { background-color: rgb(37,153,193); }
div.DivClassName
{
background-color: #2599C1;
}
.BgClassName
{
background-color: #2599C1;
}
</style>
border-color css
<style>
span { border-color: #2599C1; }
span { border-color: rgb(37,153,193); }
td.TdClassName
{
border-color: #2599C1;
}
.TagClassName
{
border-color: #2599C1;
}
</style>