Shades of Navy Blue #0465FD
Tints of Navy Blue #0465FD
RGB
CMYK
RGB Variations
Color information
#0465FD (or 0x0465FD) is known color: Navy Blue. HEX triplet: 04, 65 and FD. RGB value is (4,101,253). Sum of RGB (Red+Green+Blue) = 4+101+253=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #0465FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0465FD is #FB9A02. Grayscale: #585858. Windows color (decimal): -16488963 or 16606468. OLE color: 16606468.
HSL color Cylindrical-coordinate representation of color #0465FD: hue angle of 216.63º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0465FD is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 101 | 253 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.01 |
| HSL | 216.63º | 0.98% | 0.5% | - |
| HSV(B) | 216.63º | 0.98% | 0.99% | - |
| XYZ | 22.43 | 16.43 | 94.92 | - |
| YUV | 89.33 | 220.36 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 253 | 0.98 | 0.60 | 0 | 0.01 | 216.63 | 0.98 | 0.5 |
| Hex | 4 | 65 | FD | 62 | 3C | 0 | 1 | D9 | 62 | 32 |
| Octal | 4 | 145 | 375 | 142 | 74 | 0 | 1 | 331 | 142 | 62 |
| Binary | 100 | 1100101 | 11111101 | 1100010 | 111100 | 0 | 1 | 11011001 | 1100010 | 110010 |
Color Harmonies of #0465FD
Complementary color
Monochromatic Colors of #0465FD
Black with #0465FD
Text Example
Text Example
White with #0465FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0465FD; }
p { color: rgb(4,101,253); }
H1.HeaderClassName
{
color: #0465FD;
}
.AnyTagClassName
{
color: #0465FD;
}
</style>
background-color css
<style>
a { background-color: #0465FD; }
a { background-color: rgb(4,101,253); }
div.DivClassName
{
background-color: #0465FD;
}
.BgClassName
{
background-color: #0465FD;
}
</style>
border-color css
<style>
span { border-color: #0465FD; }
span { border-color: rgb(4,101,253); }
td.TdClassName
{
border-color: #0465FD;
}
.TagClassName
{
border-color: #0465FD;
}
</style>