Shades of Navy Blue #025BBC
Tints of Navy Blue #025BBC
RGB
CMYK
RGB Variations
Color information
#025BBC (or 0x025BBC) is known color: Navy Blue. HEX triplet: 02, 5B and BC. RGB value is (2,91,188). Sum of RGB (Red+Green+Blue) = 2+91+188=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #025BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025BBC is #FDA443. Grayscale: #4A4A4A. Windows color (decimal): -16622660 or 12344066. OLE color: 12344066.
HSL color Cylindrical-coordinate representation of color #025BBC: hue angle of 211.29º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025BBC is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 91 | 188 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.26 |
| HSL | 211.29º | 0.98% | 0.37% | - |
| HSV(B) | 211.29º | 0.99% | 0.74% | - |
| XYZ | 12.84 | 11.13 | 49.05 | - |
| YUV | 75.45 | 191.51 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 91 | 188 | 0.99 | 0.52 | 0 | 0.26 | 211.29 | 0.98 | 0.37 |
| Hex | 2 | 5B | BC | 63 | 34 | 0 | 1A | D3 | 62 | 25 |
| Octal | 2 | 133 | 274 | 143 | 64 | 0 | 32 | 323 | 142 | 45 |
| Binary | 10 | 1011011 | 10111100 | 1100011 | 110100 | 0 | 11010 | 11010011 | 1100010 | 100101 |
Color Harmonies of #025BBC
Complementary color
Monochromatic Colors of #025BBC
Black with #025BBC
Text Example
Text Example
White with #025BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025BBC; }
p { color: rgb(2,91,188); }
H1.HeaderClassName
{
color: #025BBC;
}
.AnyTagClassName
{
color: #025BBC;
}
</style>
background-color css
<style>
a { background-color: #025BBC; }
a { background-color: rgb(2,91,188); }
div.DivClassName
{
background-color: #025BBC;
}
.BgClassName
{
background-color: #025BBC;
}
</style>
border-color css
<style>
span { border-color: #025BBC; }
span { border-color: rgb(2,91,188); }
td.TdClassName
{
border-color: #025BBC;
}
.TagClassName
{
border-color: #025BBC;
}
</style>