Shades of Navy Blue #0254C1
Tints of Navy Blue #0254C1
RGB
CMYK
RGB Variations
Color information
#0254C1 (or 0x0254C1) is known color: Navy Blue. HEX triplet: 02, 54 and C1. RGB value is (2,84,193). Sum of RGB (Red+Green+Blue) = 2+84+193=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 193 (75.78% from 255 or 69.18% from 279); Max value from RGB is 193 - color contains mainly: blue. Hex color #0254C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0254C1 is #FDAB3E. Grayscale: #474747. Windows color (decimal): -16624447 or 12669954. OLE color: 12669954.
HSL color Cylindrical-coordinate representation of color #0254C1: hue angle of 214.24º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0254C1 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 84 | 193 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.24 |
| HSL | 214.24º | 0.98% | 0.38% | - |
| HSV(B) | 214.24º | 0.99% | 0.76% | - |
| XYZ | 12.82 | 10.2 | 51.75 | - |
| YUV | 71.91 | 196.33 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 84 | 193 | 0.99 | 0.56 | 0 | 0.24 | 214.24 | 0.98 | 0.38 |
| Hex | 2 | 54 | C1 | 63 | 38 | 0 | 18 | D6 | 62 | 26 |
| Octal | 2 | 124 | 301 | 143 | 70 | 0 | 30 | 326 | 142 | 46 |
| Binary | 10 | 1010100 | 11000001 | 1100011 | 111000 | 0 | 11000 | 11010110 | 1100010 | 100110 |
Color Harmonies of #0254C1
Complementary color
Monochromatic Colors of #0254C1
Black with #0254C1
Text Example
Text Example
White with #0254C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0254C1; }
p { color: rgb(2,84,193); }
H1.HeaderClassName
{
color: #0254C1;
}
.AnyTagClassName
{
color: #0254C1;
}
</style>
background-color css
<style>
a { background-color: #0254C1; }
a { background-color: rgb(2,84,193); }
div.DivClassName
{
background-color: #0254C1;
}
.BgClassName
{
background-color: #0254C1;
}
</style>
border-color css
<style>
span { border-color: #0254C1; }
span { border-color: rgb(2,84,193); }
td.TdClassName
{
border-color: #0254C1;
}
.TagClassName
{
border-color: #0254C1;
}
</style>