Shades of Navy Blue #025CE2
Tints of Navy Blue #025CE2
RGB
CMYK
RGB Variations
Color information
#025CE2 (or 0x025CE2) is known color: Navy Blue. HEX triplet: 02, 5C and E2. RGB value is (2,92,226). Sum of RGB (Red+Green+Blue) = 2+92+226=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 226 (88.67% from 255 or 70.62% from 320); Max value from RGB is 226 - color contains mainly: blue. Hex color #025CE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025CE2 is #FDA31D. Grayscale: #4F4F4F. Windows color (decimal): -16622366 or 14834690. OLE color: 14834690.
HSL color Cylindrical-coordinate representation of color #025CE2: hue angle of 215.89º 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 #025CE2 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 92 | 226 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.11 |
| HSL | 215.89º | 0.98% | 0.45% | - |
| HSV(B) | 215.89º | 0.99% | 0.89% | - |
| XYZ | 17.58 | 13.16 | 73.56 | - |
| YUV | 80.37 | 210.18 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 92 | 226 | 0.99 | 0.59 | 0 | 0.11 | 215.89 | 0.98 | 0.45 |
| Hex | 2 | 5C | E2 | 63 | 3B | 0 | B | D8 | 62 | 2D |
| Octal | 2 | 134 | 342 | 143 | 73 | 0 | 13 | 330 | 142 | 55 |
| Binary | 10 | 1011100 | 11100010 | 1100011 | 111011 | 0 | 1011 | 11011000 | 1100010 | 101101 |
Color Harmonies of #025CE2
Complementary color
Monochromatic Colors of #025CE2
Black with #025CE2
Text Example
Text Example
White with #025CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025CE2; }
p { color: rgb(2,92,226); }
H1.HeaderClassName
{
color: #025CE2;
}
.AnyTagClassName
{
color: #025CE2;
}
</style>
background-color css
<style>
a { background-color: #025CE2; }
a { background-color: rgb(2,92,226); }
div.DivClassName
{
background-color: #025CE2;
}
.BgClassName
{
background-color: #025CE2;
}
</style>
border-color css
<style>
span { border-color: #025CE2; }
span { border-color: rgb(2,92,226); }
td.TdClassName
{
border-color: #025CE2;
}
.TagClassName
{
border-color: #025CE2;
}
</style>