Shades of Navy Blue #0255C0
Tints of Navy Blue #0255C0
RGB
CMYK
RGB Variations
Color information
#0255C0 (or 0x0255C0) is known color: Navy Blue. HEX triplet: 02, 55 and C0. RGB value is (2,85,192). Sum of RGB (Red+Green+Blue) = 2+85+192=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 192 (75.39% from 255 or 68.82% from 279); Max value from RGB is 192 - color contains mainly: blue. Hex color #0255C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0255C0 is #FDAA3F. Grayscale: #474747. Windows color (decimal): -16624192 or 12604674. OLE color: 12604674.
HSL color Cylindrical-coordinate representation of color #0255C0: hue angle of 213.79º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0255C0 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 85 | 192 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.25 |
| HSL | 213.79º | 0.98% | 0.38% | - |
| HSV(B) | 213.79º | 0.99% | 0.75% | - |
| XYZ | 12.79 | 10.32 | 51.19 | - |
| YUV | 72.38 | 195.5 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 85 | 192 | 0.99 | 0.56 | 0 | 0.25 | 213.79 | 0.98 | 0.38 |
| Hex | 2 | 55 | C0 | 63 | 38 | 0 | 19 | D6 | 62 | 26 |
| Octal | 2 | 125 | 300 | 143 | 70 | 0 | 31 | 326 | 142 | 46 |
| Binary | 10 | 1010101 | 11000000 | 1100011 | 111000 | 0 | 11001 | 11010110 | 1100010 | 100110 |
Color Harmonies of #0255C0
Complementary color
Monochromatic Colors of #0255C0
Black with #0255C0
Text Example
Text Example
White with #0255C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0255C0; }
p { color: rgb(2,85,192); }
H1.HeaderClassName
{
color: #0255C0;
}
.AnyTagClassName
{
color: #0255C0;
}
</style>
background-color css
<style>
a { background-color: #0255C0; }
a { background-color: rgb(2,85,192); }
div.DivClassName
{
background-color: #0255C0;
}
.BgClassName
{
background-color: #0255C0;
}
</style>
border-color css
<style>
span { border-color: #0255C0; }
span { border-color: rgb(2,85,192); }
td.TdClassName
{
border-color: #0255C0;
}
.TagClassName
{
border-color: #0255C0;
}
</style>