Shades of Navy Blue #025BCC
Tints of Navy Blue #025BCC
RGB
CMYK
RGB Variations
Color information
#025BCC (or 0x025BCC) is known color: Navy Blue. HEX triplet: 02, 5B and CC. RGB value is (2,91,204). Sum of RGB (Red+Green+Blue) = 2+91+204=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #025BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025BCC is #FDA433. Grayscale: #4C4C4C. Windows color (decimal): -16622644 or 13392642. OLE color: 13392642.
HSL color Cylindrical-coordinate representation of color #025BCC: hue angle of 213.56º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025BCC is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 91 | 204 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.2 |
| HSL | 213.56º | 0.98% | 0.4% | - |
| HSV(B) | 213.56º | 0.99% | 0.8% | - |
| XYZ | 14.67 | 11.85 | 58.64 | - |
| YUV | 77.27 | 199.51 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 91 | 204 | 0.99 | 0.55 | 0 | 0.2 | 213.56 | 0.98 | 0.4 |
| Hex | 2 | 5B | CC | 63 | 37 | 0 | 14 | D6 | 62 | 28 |
| Octal | 2 | 133 | 314 | 143 | 67 | 0 | 24 | 326 | 142 | 50 |
| Binary | 10 | 1011011 | 11001100 | 1100011 | 110111 | 0 | 10100 | 11010110 | 1100010 | 101000 |
Color Harmonies of #025BCC
Complementary color
Monochromatic Colors of #025BCC
Black with #025BCC
Text Example
Text Example
White with #025BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025BCC; }
p { color: rgb(2,91,204); }
H1.HeaderClassName
{
color: #025BCC;
}
.AnyTagClassName
{
color: #025BCC;
}
</style>
background-color css
<style>
a { background-color: #025BCC; }
a { background-color: rgb(2,91,204); }
div.DivClassName
{
background-color: #025BCC;
}
.BgClassName
{
background-color: #025BCC;
}
</style>
border-color css
<style>
span { border-color: #025BCC; }
span { border-color: rgb(2,91,204); }
td.TdClassName
{
border-color: #025BCC;
}
.TagClassName
{
border-color: #025BCC;
}
</style>