Shades of Denim #025FB1
Tints of Denim #025FB1
RGB
CMYK
RGB Variations
Color information
#025FB1 (or 0x025FB1) is known color: Denim. HEX triplet: 02, 5F and B1. RGB value is (2,95,177). Sum of RGB (Red+Green+Blue) = 2+95+177=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 177 (69.53% from 255 or 64.60% from 274); Max value from RGB is 177 - color contains mainly: blue. Hex color #025FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025FB1 is #FDA04E. Grayscale: #4C4C4C. Windows color (decimal): -16621647 or 11624194. OLE color: 11624194.
HSL color Cylindrical-coordinate representation of color #025FB1: hue angle of 208.11º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025FB1 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 95 | 177 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.31 |
| HSL | 208.11º | 0.98% | 0.35% | - |
| HSV(B) | 208.11º | 0.99% | 0.69% | - |
| XYZ | 12.05 | 11.37 | 43.15 | - |
| YUV | 76.54 | 184.69 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 95 | 177 | 0.99 | 0.46 | 0 | 0.31 | 208.11 | 0.98 | 0.35 |
| Hex | 2 | 5F | B1 | 63 | 2E | 0 | 1F | D0 | 62 | 23 |
| Octal | 2 | 137 | 261 | 143 | 56 | 0 | 37 | 320 | 142 | 43 |
| Binary | 10 | 1011111 | 10110001 | 1100011 | 101110 | 0 | 11111 | 11010000 | 1100010 | 100011 |
Color Harmonies of #025FB1
Complementary color
Monochromatic Colors of #025FB1
Black with #025FB1
Text Example
Text Example
White with #025FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025FB1; }
p { color: rgb(2,95,177); }
H1.HeaderClassName
{
color: #025FB1;
}
.AnyTagClassName
{
color: #025FB1;
}
</style>
background-color css
<style>
a { background-color: #025FB1; }
a { background-color: rgb(2,95,177); }
div.DivClassName
{
background-color: #025FB1;
}
.BgClassName
{
background-color: #025FB1;
}
</style>
border-color css
<style>
span { border-color: #025FB1; }
span { border-color: rgb(2,95,177); }
td.TdClassName
{
border-color: #025FB1;
}
.TagClassName
{
border-color: #025FB1;
}
</style>