Shades of Navy Blue #025CD5
Tints of Navy Blue #025CD5
RGB
CMYK
RGB Variations
Color information
#025CD5 (or 0x025CD5) is known color: Navy Blue. HEX triplet: 02, 5C and D5. RGB value is (2,92,213). Sum of RGB (Red+Green+Blue) = 2+92+213=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 213 (83.59% from 255 or 69.38% from 307); Max value from RGB is 213 - color contains mainly: blue. Hex color #025CD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025CD5 is #FDA32A. Grayscale: #4E4E4E. Windows color (decimal): -16622379 or 13982722. OLE color: 13982722.
HSL color Cylindrical-coordinate representation of color #025CD5: hue angle of 214.41º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025CD5 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 2 | 92 | 213 | - |
CMYK | 0.99 | 0.57 | 0 | 0.16 |
HSL | 214.41º | 0.98% | 0.42% | - |
HSV(B) | 214.41º | 0.99% | 0.84% | - |
XYZ | 15.86 | 12.47 | 64.52 | - |
YUV | 78.88 | 203.68 | 73.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 92 | 213 | 0.99 | 0.57 | 0 | 0.16 | 214.41 | 0.98 | 0.42 |
Hex | 2 | 5C | D5 | 63 | 39 | 0 | 10 | D6 | 62 | 2A |
Octal | 2 | 134 | 325 | 143 | 71 | 0 | 20 | 326 | 142 | 52 |
Binary | 10 | 1011100 | 11010101 | 1100011 | 111001 | 0 | 10000 | 11010110 | 1100010 | 101010 |
Color Harmonies of #025CD5
Complementary color
Monochromatic Colors of #025CD5
Black with #025CD5
Text Example
Text Example
White with #025CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025CD5; }
p { color: rgb(2,92,213); }
H1.HeaderClassName
{
color: #025CD5;
}
.AnyTagClassName
{
color: #025CD5;
}
</style>
background-color css
<style>
a { background-color: #025CD5; }
a { background-color: rgb(2,92,213); }
div.DivClassName
{
background-color: #025CD5;
}
.BgClassName
{
background-color: #025CD5;
}
</style>
border-color css
<style>
span { border-color: #025CD5; }
span { border-color: rgb(2,92,213); }
td.TdClassName
{
border-color: #025CD5;
}
.TagClassName
{
border-color: #025CD5;
}
</style>