Shades of Denim #0255BD
Tints of Denim #0255BD
RGB
CMYK
RGB Variations
Color information
#0255BD (or 0x0255BD) is known color: Denim. HEX triplet: 02, 55 and BD. RGB value is (2,85,189). Sum of RGB (Red+Green+Blue) = 2+85+189=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #0255BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0255BD is #FDAA42. Grayscale: #474747. Windows color (decimal): -16624195 or 12408066. OLE color: 12408066.
HSL color Cylindrical-coordinate representation of color #0255BD: hue angle of 213.37º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0255BD is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 85 | 189 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.26 |
| HSL | 213.37º | 0.98% | 0.37% | - |
| HSV(B) | 213.37º | 0.99% | 0.74% | - |
| XYZ | 12.46 | 10.18 | 49.45 | - |
| YUV | 72.04 | 194 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 85 | 189 | 0.99 | 0.55 | 0 | 0.26 | 213.37 | 0.98 | 0.37 |
| Hex | 2 | 55 | BD | 63 | 37 | 0 | 1A | D5 | 62 | 25 |
| Octal | 2 | 125 | 275 | 143 | 67 | 0 | 32 | 325 | 142 | 45 |
| Binary | 10 | 1010101 | 10111101 | 1100011 | 110111 | 0 | 11010 | 11010101 | 1100010 | 100101 |
Color Harmonies of #0255BD
Complementary color
Monochromatic Colors of #0255BD
Black with #0255BD
Text Example
Text Example
White with #0255BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0255BD; }
p { color: rgb(2,85,189); }
H1.HeaderClassName
{
color: #0255BD;
}
.AnyTagClassName
{
color: #0255BD;
}
</style>
background-color css
<style>
a { background-color: #0255BD; }
a { background-color: rgb(2,85,189); }
div.DivClassName
{
background-color: #0255BD;
}
.BgClassName
{
background-color: #0255BD;
}
</style>
border-color css
<style>
span { border-color: #0255BD; }
span { border-color: rgb(2,85,189); }
td.TdClassName
{
border-color: #0255BD;
}
.TagClassName
{
border-color: #0255BD;
}
</style>