Shades of Navy Blue #025BFC
Tints of Navy Blue #025BFC
RGB
CMYK
RGB Variations
Color information
#025BFC (or 0x025BFC) is known color: Navy Blue. HEX triplet: 02, 5B and FC. RGB value is (2,91,252). Sum of RGB (Red+Green+Blue) = 2+91+252=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #025BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025BFC is #FDA403. Grayscale: #525252. Windows color (decimal): -16622596 or 16538370. OLE color: 16538370.
HSL color Cylindrical-coordinate representation of color #025BFC: hue angle of 218.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025BFC is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 91 | 252 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.01 |
| HSL | 218.64º | 0.98% | 0.5% | - |
| HSV(B) | 218.64º | 0.99% | 0.99% | - |
| XYZ | 21.34 | 14.52 | 93.77 | - |
| YUV | 82.74 | 223.51 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 91 | 252 | 0.99 | 0.64 | 0 | 0.01 | 218.64 | 0.98 | 0.5 |
| Hex | 2 | 5B | FC | 63 | 40 | 0 | 1 | DB | 62 | 32 |
| Octal | 2 | 133 | 374 | 143 | 100 | 0 | 1 | 333 | 142 | 62 |
| Binary | 10 | 1011011 | 11111100 | 1100011 | 1000000 | 0 | 1 | 11011011 | 1100010 | 110010 |
Color Harmonies of #025BFC
Complementary color
Monochromatic Colors of #025BFC
Black with #025BFC
Text Example
Text Example
White with #025BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025BFC; }
p { color: rgb(2,91,252); }
H1.HeaderClassName
{
color: #025BFC;
}
.AnyTagClassName
{
color: #025BFC;
}
</style>
background-color css
<style>
a { background-color: #025BFC; }
a { background-color: rgb(2,91,252); }
div.DivClassName
{
background-color: #025BFC;
}
.BgClassName
{
background-color: #025BFC;
}
</style>
border-color css
<style>
span { border-color: #025BFC; }
span { border-color: rgb(2,91,252); }
td.TdClassName
{
border-color: #025BFC;
}
.TagClassName
{
border-color: #025BFC;
}
</style>