Shades of Denim #025DBA
Tints of Denim #025DBA
RGB
CMYK
RGB Variations
Color information
#025DBA (or 0x025DBA) is known color: Denim. HEX triplet: 02, 5D and BA. RGB value is (2,93,186). Sum of RGB (Red+Green+Blue) = 2+93+186=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #025DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025DBA is #FDA245. Grayscale: #4B4B4B. Windows color (decimal): -16622150 or 12213506. OLE color: 12213506.
HSL color Cylindrical-coordinate representation of color #025DBA: hue angle of 210.33º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025DBA is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 93 | 186 | - |
| CMYK | 0.99 | 0.5 | 0 | 0.27 |
| HSL | 210.33º | 0.98% | 0.37% | - |
| HSV(B) | 210.33º | 0.99% | 0.73% | - |
| XYZ | 12.8 | 11.39 | 47.98 | - |
| YUV | 76.39 | 189.85 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 93 | 186 | 0.99 | 0.5 | 0 | 0.27 | 210.33 | 0.98 | 0.37 |
| Hex | 2 | 5D | BA | 63 | 32 | 0 | 1B | D2 | 62 | 25 |
| Octal | 2 | 135 | 272 | 143 | 62 | 0 | 33 | 322 | 142 | 45 |
| Binary | 10 | 1011101 | 10111010 | 1100011 | 110010 | 0 | 11011 | 11010010 | 1100010 | 100101 |
Color Harmonies of #025DBA
Complementary color
Monochromatic Colors of #025DBA
Black with #025DBA
Text Example
Text Example
White with #025DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025DBA; }
p { color: rgb(2,93,186); }
H1.HeaderClassName
{
color: #025DBA;
}
.AnyTagClassName
{
color: #025DBA;
}
</style>
background-color css
<style>
a { background-color: #025DBA; }
a { background-color: rgb(2,93,186); }
div.DivClassName
{
background-color: #025DBA;
}
.BgClassName
{
background-color: #025DBA;
}
</style>
border-color css
<style>
span { border-color: #025DBA; }
span { border-color: rgb(2,93,186); }
td.TdClassName
{
border-color: #025DBA;
}
.TagClassName
{
border-color: #025DBA;
}
</style>