Shades of Navy Blue #0465CE
Tints of Navy Blue #0465CE
RGB
CMYK
RGB Variations
Color information
#0465CE (or 0x0465CE) is known color: Navy Blue. HEX triplet: 04, 65 and CE. RGB value is (4,101,206). Sum of RGB (Red+Green+Blue) = 4+101+206=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #0465CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0465CE is #FB9A31. Grayscale: #535353. Windows color (decimal): -16489010 or 13526276. OLE color: 13526276.
HSL color Cylindrical-coordinate representation of color #0465CE: hue angle of 211.19º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0465CE is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 101 | 206 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.19 |
| HSL | 211.19º | 0.96% | 0.41% | - |
| HSV(B) | 211.19º | 0.98% | 0.81% | - |
| XYZ | 15.84 | 13.79 | 60.22 | - |
| YUV | 83.97 | 196.86 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 206 | 0.98 | 0.51 | 0 | 0.19 | 211.19 | 0.96 | 0.41 |
| Hex | 4 | 65 | CE | 62 | 33 | 0 | 13 | D3 | 60 | 29 |
| Octal | 4 | 145 | 316 | 142 | 63 | 0 | 23 | 323 | 140 | 51 |
| Binary | 100 | 1100101 | 11001110 | 1100010 | 110011 | 0 | 10011 | 11010011 | 1100000 | 101001 |
Color Harmonies of #0465CE
Complementary color
Monochromatic Colors of #0465CE
Black with #0465CE
Text Example
Text Example
White with #0465CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0465CE; }
p { color: rgb(4,101,206); }
H1.HeaderClassName
{
color: #0465CE;
}
.AnyTagClassName
{
color: #0465CE;
}
</style>
background-color css
<style>
a { background-color: #0465CE; }
a { background-color: rgb(4,101,206); }
div.DivClassName
{
background-color: #0465CE;
}
.BgClassName
{
background-color: #0465CE;
}
</style>
border-color css
<style>
span { border-color: #0465CE; }
span { border-color: rgb(4,101,206); }
td.TdClassName
{
border-color: #0465CE;
}
.TagClassName
{
border-color: #0465CE;
}
</style>