Shades of Navy Blue #025BFB
Tints of Navy Blue #025BFB
RGB
CMYK
RGB Variations
Color information
#025BFB (or 0x025BFB) is known color: Navy Blue. HEX triplet: 02, 5B and FB. RGB value is (2,91,251). Sum of RGB (Red+Green+Blue) = 2+91+251=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #025BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025BFB is #FDA404. Grayscale: #515151. Windows color (decimal): -16622597 or 16472834. OLE color: 16472834.
HSL color Cylindrical-coordinate representation of color #025BFB: hue angle of 218.55º 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 #025BFB is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 91 | 251 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.02 |
| HSL | 218.55º | 0.98% | 0.5% | - |
| HSV(B) | 218.55º | 0.99% | 0.98% | - |
| XYZ | 21.18 | 14.46 | 92.94 | - |
| YUV | 82.63 | 223.01 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 91 | 251 | 0.99 | 0.64 | 0 | 0.02 | 218.55 | 0.98 | 0.5 |
| Hex | 2 | 5B | FB | 63 | 40 | 0 | 2 | DB | 62 | 32 |
| Octal | 2 | 133 | 373 | 143 | 100 | 0 | 2 | 333 | 142 | 62 |
| Binary | 10 | 1011011 | 11111011 | 1100011 | 1000000 | 0 | 10 | 11011011 | 1100010 | 110010 |
Color Harmonies of #025BFB
Complementary color
Monochromatic Colors of #025BFB
Black with #025BFB
Text Example
Text Example
White with #025BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025BFB; }
p { color: rgb(2,91,251); }
H1.HeaderClassName
{
color: #025BFB;
}
.AnyTagClassName
{
color: #025BFB;
}
</style>
background-color css
<style>
a { background-color: #025BFB; }
a { background-color: rgb(2,91,251); }
div.DivClassName
{
background-color: #025BFB;
}
.BgClassName
{
background-color: #025BFB;
}
</style>
border-color css
<style>
span { border-color: #025BFB; }
span { border-color: rgb(2,91,251); }
td.TdClassName
{
border-color: #025BFB;
}
.TagClassName
{
border-color: #025BFB;
}
</style>