Shades of Navy Blue #0345FF
Tints of Navy Blue #0345FF
RGB
CMYK
RGB Variations
Color information
#0345FF (or 0x0345FF) is known color: Navy Blue. HEX triplet: 03, 45 and FF. RGB value is (3,69,255). Sum of RGB (Red+Green+Blue) = 3+69+255=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #0345FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0345FF is #FCBA00. Grayscale: #454545. Windows color (decimal): -16562689 or 16729347. OLE color: 16729347.
HSL color Cylindrical-coordinate representation of color #0345FF: hue angle of 224.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0345FF is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 69 | 255 | - |
| CMYK | 0.99 | 0.73 | 0 | 0 |
| HSL | 224.29º | 1% | 0.51% | - |
| HSV(B) | 224.29º | 0.99% | 1% | - |
| XYZ | 20.22 | 11.5 | 95.76 | - |
| YUV | 70.47 | 232.13 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 255 | 0.99 | 0.73 | 0 | 0 | 224.29 | 1 | 0.51 |
| Hex | 3 | 45 | FF | 63 | 49 | 0 | 0 | E0 | 64 | 33 |
| Octal | 3 | 105 | 377 | 143 | 111 | 0 | 0 | 340 | 144 | 63 |
| Binary | 11 | 1000101 | 11111111 | 1100011 | 1001001 | 0 | 0 | 11100000 | 1100100 | 110011 |
Color Harmonies of #0345FF
Complementary color
Monochromatic Colors of #0345FF
Black with #0345FF
Text Example
Text Example
White with #0345FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0345FF; }
p { color: rgb(3,69,255); }
H1.HeaderClassName
{
color: #0345FF;
}
.AnyTagClassName
{
color: #0345FF;
}
</style>
background-color css
<style>
a { background-color: #0345FF; }
a { background-color: rgb(3,69,255); }
div.DivClassName
{
background-color: #0345FF;
}
.BgClassName
{
background-color: #0345FF;
}
</style>
border-color css
<style>
span { border-color: #0345FF; }
span { border-color: rgb(3,69,255); }
td.TdClassName
{
border-color: #0345FF;
}
.TagClassName
{
border-color: #0345FF;
}
</style>