Shades of Denim #0255BC
Tints of Denim #0255BC
RGB
CMYK
RGB Variations
Color information
#0255BC (or 0x0255BC) is known color: Denim. HEX triplet: 02, 55 and BC. RGB value is (2,85,188). Sum of RGB (Red+Green+Blue) = 2+85+188=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #0255BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0255BC is #FDAA43. Grayscale: #474747. Windows color (decimal): -16624196 or 12342530. OLE color: 12342530.
HSL color Cylindrical-coordinate representation of color #0255BC: hue angle of 213.23º 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 #0255BC is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 85 | 188 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.26 |
| HSL | 213.23º | 0.98% | 0.37% | - |
| HSV(B) | 213.23º | 0.99% | 0.74% | - |
| XYZ | 12.35 | 10.14 | 48.88 | - |
| YUV | 71.93 | 193.5 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 85 | 188 | 0.99 | 0.55 | 0 | 0.26 | 213.23 | 0.98 | 0.37 |
| Hex | 2 | 55 | BC | 63 | 37 | 0 | 1A | D5 | 62 | 25 |
| Octal | 2 | 125 | 274 | 143 | 67 | 0 | 32 | 325 | 142 | 45 |
| Binary | 10 | 1010101 | 10111100 | 1100011 | 110111 | 0 | 11010 | 11010101 | 1100010 | 100101 |
Color Harmonies of #0255BC
Complementary color
Monochromatic Colors of #0255BC
Black with #0255BC
Text Example
Text Example
White with #0255BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0255BC; }
p { color: rgb(2,85,188); }
H1.HeaderClassName
{
color: #0255BC;
}
.AnyTagClassName
{
color: #0255BC;
}
</style>
background-color css
<style>
a { background-color: #0255BC; }
a { background-color: rgb(2,85,188); }
div.DivClassName
{
background-color: #0255BC;
}
.BgClassName
{
background-color: #0255BC;
}
</style>
border-color css
<style>
span { border-color: #0255BC; }
span { border-color: rgb(2,85,188); }
td.TdClassName
{
border-color: #0255BC;
}
.TagClassName
{
border-color: #0255BC;
}
</style>