Shades of Navy Blue #0465E6
Tints of Navy Blue #0465E6
RGB
CMYK
RGB Variations
Color information
#0465E6 (or 0x0465E6) is known color: Navy Blue. HEX triplet: 04, 65 and E6. RGB value is (4,101,230). Sum of RGB (Red+Green+Blue) = 4+101+230=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 230 (90.23% from 255 or 68.66% from 335); Max value from RGB is 230 - color contains mainly: blue. Hex color #0465E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0465E6 is #FB9A19. Grayscale: #565656. Windows color (decimal): -16488986 or 15099140. OLE color: 15099140.
HSL color Cylindrical-coordinate representation of color #0465E6: hue angle of 214.25º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0465E6 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 101 | 230 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.10 |
| HSL | 214.25º | 0.97% | 0.46% | - |
| HSV(B) | 214.25º | 0.98% | 0.9% | - |
| XYZ | 18.99 | 15.05 | 76.77 | - |
| YUV | 86.7 | 208.86 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 230 | 0.98 | 0.56 | 0 | 0.10 | 214.25 | 0.97 | 0.46 |
| Hex | 4 | 65 | E6 | 62 | 38 | 0 | A | D6 | 61 | 2E |
| Octal | 4 | 145 | 346 | 142 | 70 | 0 | 12 | 326 | 141 | 56 |
| Binary | 100 | 1100101 | 11100110 | 1100010 | 111000 | 0 | 1010 | 11010110 | 1100001 | 101110 |
Color Harmonies of #0465E6
Complementary color
Monochromatic Colors of #0465E6
Black with #0465E6
Text Example
Text Example
White with #0465E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0465E6; }
p { color: rgb(4,101,230); }
H1.HeaderClassName
{
color: #0465E6;
}
.AnyTagClassName
{
color: #0465E6;
}
</style>
background-color css
<style>
a { background-color: #0465E6; }
a { background-color: rgb(4,101,230); }
div.DivClassName
{
background-color: #0465E6;
}
.BgClassName
{
background-color: #0465E6;
}
</style>
border-color css
<style>
span { border-color: #0465E6; }
span { border-color: rgb(4,101,230); }
td.TdClassName
{
border-color: #0465E6;
}
.TagClassName
{
border-color: #0465E6;
}
</style>