Shades of Navy Blue #025BED
Tints of Navy Blue #025BED
RGB
CMYK
RGB Variations
Color information
#025BED (or 0x025BED) is known color: Navy Blue. HEX triplet: 02, 5B and ED. RGB value is (2,91,237). Sum of RGB (Red+Green+Blue) = 2+91+237=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #025BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025BED is #FDA412. Grayscale: #505050. Windows color (decimal): -16622611 or 15555330. OLE color: 15555330.
HSL color Cylindrical-coordinate representation of color #025BED: hue angle of 217.28º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025BED is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 91 | 237 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.07 |
| HSL | 217.28º | 0.98% | 0.47% | - |
| HSV(B) | 217.28º | 0.99% | 0.93% | - |
| XYZ | 19.05 | 13.61 | 81.74 | - |
| YUV | 81.03 | 216.01 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 91 | 237 | 0.99 | 0.62 | 0 | 0.07 | 217.28 | 0.98 | 0.47 |
| Hex | 2 | 5B | ED | 63 | 3E | 0 | 7 | D9 | 62 | 2F |
| Octal | 2 | 133 | 355 | 143 | 76 | 0 | 7 | 331 | 142 | 57 |
| Binary | 10 | 1011011 | 11101101 | 1100011 | 111110 | 0 | 111 | 11011001 | 1100010 | 101111 |
Color Harmonies of #025BED
Complementary color
Monochromatic Colors of #025BED
Black with #025BED
Text Example
Text Example
White with #025BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025BED; }
p { color: rgb(2,91,237); }
H1.HeaderClassName
{
color: #025BED;
}
.AnyTagClassName
{
color: #025BED;
}
</style>
background-color css
<style>
a { background-color: #025BED; }
a { background-color: rgb(2,91,237); }
div.DivClassName
{
background-color: #025BED;
}
.BgClassName
{
background-color: #025BED;
}
</style>
border-color css
<style>
span { border-color: #025BED; }
span { border-color: rgb(2,91,237); }
td.TdClassName
{
border-color: #025BED;
}
.TagClassName
{
border-color: #025BED;
}
</style>