Shades of Navy Blue #0254DA
Tints of Navy Blue #0254DA
RGB
CMYK
RGB Variations
Color information
#0254DA (or 0x0254DA) is known color: Navy Blue. HEX triplet: 02, 54 and DA. RGB value is (2,84,218). Sum of RGB (Red+Green+Blue) = 2+84+218=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #0254DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0254DA is #FDAB25. Grayscale: #4A4A4A. Windows color (decimal): -16624422 or 14308354. OLE color: 14308354.
HSL color Cylindrical-coordinate representation of color #0254DA: hue angle of 217.22º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0254DA is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 84 | 218 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.15 |
| HSL | 217.22º | 0.98% | 0.43% | - |
| HSV(B) | 217.22º | 0.99% | 0.85% | - |
| XYZ | 15.85 | 11.42 | 67.7 | - |
| YUV | 74.76 | 208.83 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 84 | 218 | 0.99 | 0.61 | 0 | 0.15 | 217.22 | 0.98 | 0.43 |
| Hex | 2 | 54 | DA | 63 | 3D | 0 | F | D9 | 62 | 2B |
| Octal | 2 | 124 | 332 | 143 | 75 | 0 | 17 | 331 | 142 | 53 |
| Binary | 10 | 1010100 | 11011010 | 1100011 | 111101 | 0 | 1111 | 11011001 | 1100010 | 101011 |
Color Harmonies of #0254DA
Complementary color
Monochromatic Colors of #0254DA
Black with #0254DA
Text Example
Text Example
White with #0254DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0254DA; }
p { color: rgb(2,84,218); }
H1.HeaderClassName
{
color: #0254DA;
}
.AnyTagClassName
{
color: #0254DA;
}
</style>
background-color css
<style>
a { background-color: #0254DA; }
a { background-color: rgb(2,84,218); }
div.DivClassName
{
background-color: #0254DA;
}
.BgClassName
{
background-color: #0254DA;
}
</style>
border-color css
<style>
span { border-color: #0254DA; }
span { border-color: rgb(2,84,218); }
td.TdClassName
{
border-color: #0254DA;
}
.TagClassName
{
border-color: #0254DA;
}
</style>