Shades of Navy Blue #0255FB
Tints of Navy Blue #0255FB
RGB
CMYK
RGB Variations
Color information
#0255FB (or 0x0255FB) is known color: Navy Blue. HEX triplet: 02, 55 and FB. RGB value is (2,85,251). Sum of RGB (Red+Green+Blue) = 2+85+251=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #0255FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0255FB is #FDAA04. Grayscale: #4E4E4E. Windows color (decimal): -16624133 or 16471298. OLE color: 16471298.
HSL color Cylindrical-coordinate representation of color #0255FB: hue angle of 220º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0255FB is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 85 | 251 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.02 |
| HSL | 220º | 0.98% | 0.5% | - |
| HSV(B) | 220º | 0.99% | 0.98% | - |
| XYZ | 20.69 | 13.47 | 92.78 | - |
| YUV | 79.11 | 225 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 85 | 251 | 0.99 | 0.66 | 0 | 0.02 | 220 | 0.98 | 0.5 |
| Hex | 2 | 55 | FB | 63 | 42 | 0 | 2 | DC | 62 | 32 |
| Octal | 2 | 125 | 373 | 143 | 102 | 0 | 2 | 334 | 142 | 62 |
| Binary | 10 | 1010101 | 11111011 | 1100011 | 1000010 | 0 | 10 | 11011100 | 1100010 | 110010 |
Color Harmonies of #0255FB
Complementary color
Monochromatic Colors of #0255FB
Black with #0255FB
Text Example
Text Example
White with #0255FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0255FB; }
p { color: rgb(2,85,251); }
H1.HeaderClassName
{
color: #0255FB;
}
.AnyTagClassName
{
color: #0255FB;
}
</style>
background-color css
<style>
a { background-color: #0255FB; }
a { background-color: rgb(2,85,251); }
div.DivClassName
{
background-color: #0255FB;
}
.BgClassName
{
background-color: #0255FB;
}
</style>
border-color css
<style>
span { border-color: #0255FB; }
span { border-color: rgb(2,85,251); }
td.TdClassName
{
border-color: #0255FB;
}
.TagClassName
{
border-color: #0255FB;
}
</style>