Shades of Navy Blue #025EC8
Tints of Navy Blue #025EC8
RGB
CMYK
RGB Variations
Color information
#025EC8 (or 0x025EC8) is known color: Navy Blue. HEX triplet: 02, 5E and C8. RGB value is (2,94,200). Sum of RGB (Red+Green+Blue) = 2+94+200=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 200 (78.52% from 255 or 67.57% from 296); Max value from RGB is 200 - color contains mainly: blue. Hex color #025EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025EC8 is #FDA137. Grayscale: #4E4E4E. Windows color (decimal): -16621880 or 13131266. OLE color: 13131266.
HSL color Cylindrical-coordinate representation of color #025EC8: hue angle of 212.12º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025EC8 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 94 | 200 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.22 |
| HSL | 212.12º | 0.98% | 0.4% | - |
| HSV(B) | 212.12º | 0.99% | 0.78% | - |
| XYZ | 14.45 | 12.19 | 56.23 | - |
| YUV | 78.58 | 196.52 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 94 | 200 | 0.99 | 0.53 | 0 | 0.22 | 212.12 | 0.98 | 0.4 |
| Hex | 2 | 5E | C8 | 63 | 35 | 0 | 16 | D4 | 62 | 28 |
| Octal | 2 | 136 | 310 | 143 | 65 | 0 | 26 | 324 | 142 | 50 |
| Binary | 10 | 1011110 | 11001000 | 1100011 | 110101 | 0 | 10110 | 11010100 | 1100010 | 101000 |
Color Harmonies of #025EC8
Complementary color
Monochromatic Colors of #025EC8
Black with #025EC8
Text Example
Text Example
White with #025EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025EC8; }
p { color: rgb(2,94,200); }
H1.HeaderClassName
{
color: #025EC8;
}
.AnyTagClassName
{
color: #025EC8;
}
</style>
background-color css
<style>
a { background-color: #025EC8; }
a { background-color: rgb(2,94,200); }
div.DivClassName
{
background-color: #025EC8;
}
.BgClassName
{
background-color: #025EC8;
}
</style>
border-color css
<style>
span { border-color: #025EC8; }
span { border-color: rgb(2,94,200); }
td.TdClassName
{
border-color: #025EC8;
}
.TagClassName
{
border-color: #025EC8;
}
</style>