Shades of Navy Blue #0461DF
Tints of Navy Blue #0461DF
RGB
CMYK
RGB Variations
Color information
#0461DF (or 0x0461DF) is known color: Navy Blue. HEX triplet: 04, 61 and DF. RGB value is (4,97,223). Sum of RGB (Red+Green+Blue) = 4+97+223=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #0461DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0461DF is #FB9E20. Grayscale: #525252. Windows color (decimal): -16490017 or 14639364. OLE color: 14639364.
HSL color Cylindrical-coordinate representation of color #0461DF: hue angle of 214.52º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0461DF is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 97 | 223 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.13 |
| HSL | 214.52º | 0.96% | 0.45% | - |
| HSV(B) | 214.52º | 0.98% | 0.87% | - |
| XYZ | 17.64 | 13.9 | 71.57 | - |
| YUV | 83.56 | 206.69 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 97 | 223 | 0.98 | 0.57 | 0 | 0.13 | 214.52 | 0.96 | 0.45 |
| Hex | 4 | 61 | DF | 62 | 39 | 0 | D | D7 | 60 | 2D |
| Octal | 4 | 141 | 337 | 142 | 71 | 0 | 15 | 327 | 140 | 55 |
| Binary | 100 | 1100001 | 11011111 | 1100010 | 111001 | 0 | 1101 | 11010111 | 1100000 | 101101 |
Color Harmonies of #0461DF
Complementary color
Monochromatic Colors of #0461DF
Black with #0461DF
Text Example
Text Example
White with #0461DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0461DF; }
p { color: rgb(4,97,223); }
H1.HeaderClassName
{
color: #0461DF;
}
.AnyTagClassName
{
color: #0461DF;
}
</style>
background-color css
<style>
a { background-color: #0461DF; }
a { background-color: rgb(4,97,223); }
div.DivClassName
{
background-color: #0461DF;
}
.BgClassName
{
background-color: #0461DF;
}
</style>
border-color css
<style>
span { border-color: #0461DF; }
span { border-color: rgb(4,97,223); }
td.TdClassName
{
border-color: #0461DF;
}
.TagClassName
{
border-color: #0461DF;
}
</style>