Shades of Navy Blue #025CE4
Tints of Navy Blue #025CE4
RGB
CMYK
RGB Variations
Color information
#025CE4 (or 0x025CE4) is known color: Navy Blue. HEX triplet: 02, 5C and E4. RGB value is (2,92,228). Sum of RGB (Red+Green+Blue) = 2+92+228=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 228 (89.45% from 255 or 70.81% from 322); Max value from RGB is 228 - color contains mainly: blue. Hex color #025CE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025CE4 is #FDA31B. Grayscale: #4F4F4F. Windows color (decimal): -16622364 or 14965762. OLE color: 14965762.
HSL color Cylindrical-coordinate representation of color #025CE4: hue angle of 216.11º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025CE4 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 92 | 228 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.11 |
| HSL | 216.11º | 0.98% | 0.45% | - |
| HSV(B) | 216.11º | 0.99% | 0.89% | - |
| XYZ | 17.86 | 13.27 | 75.02 | - |
| YUV | 80.59 | 211.18 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 92 | 228 | 0.99 | 0.60 | 0 | 0.11 | 216.11 | 0.98 | 0.45 |
| Hex | 2 | 5C | E4 | 63 | 3C | 0 | B | D8 | 62 | 2D |
| Octal | 2 | 134 | 344 | 143 | 74 | 0 | 13 | 330 | 142 | 55 |
| Binary | 10 | 1011100 | 11100100 | 1100011 | 111100 | 0 | 1011 | 11011000 | 1100010 | 101101 |
Color Harmonies of #025CE4
Complementary color
Monochromatic Colors of #025CE4
Black with #025CE4
Text Example
Text Example
White with #025CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025CE4; }
p { color: rgb(2,92,228); }
H1.HeaderClassName
{
color: #025CE4;
}
.AnyTagClassName
{
color: #025CE4;
}
</style>
background-color css
<style>
a { background-color: #025CE4; }
a { background-color: rgb(2,92,228); }
div.DivClassName
{
background-color: #025CE4;
}
.BgClassName
{
background-color: #025CE4;
}
</style>
border-color css
<style>
span { border-color: #025CE4; }
span { border-color: rgb(2,92,228); }
td.TdClassName
{
border-color: #025CE4;
}
.TagClassName
{
border-color: #025CE4;
}
</style>