Shades of Navy Blue #0346EB
Tints of Navy Blue #0346EB
RGB
CMYK
RGB Variations
Color information
#0346EB (or 0x0346EB) is known color: Navy Blue. HEX triplet: 03, 46 and EB. RGB value is (3,70,235). Sum of RGB (Red+Green+Blue) = 3+70+235=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #0346EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0346EB is #FCB914. Grayscale: #444444. Windows color (decimal): -16562453 or 15418883. OLE color: 15418883.
HSL color Cylindrical-coordinate representation of color #0346EB: hue angle of 222.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0346EB is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 70 | 235 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.08 |
| HSL | 222.67º | 0.97% | 0.47% | - |
| HSV(B) | 222.67º | 0.99% | 0.92% | - |
| XYZ | 17.22 | 10.4 | 79.7 | - |
| YUV | 68.78 | 221.8 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 235 | 0.99 | 0.70 | 0 | 0.08 | 222.67 | 0.97 | 0.47 |
| Hex | 3 | 46 | EB | 63 | 46 | 0 | 8 | DF | 61 | 2F |
| Octal | 3 | 106 | 353 | 143 | 106 | 0 | 10 | 337 | 141 | 57 |
| Binary | 11 | 1000110 | 11101011 | 1100011 | 1000110 | 0 | 1000 | 11011111 | 1100001 | 101111 |
Color Harmonies of #0346EB
Complementary color
Monochromatic Colors of #0346EB
Black with #0346EB
Text Example
Text Example
White with #0346EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0346EB; }
p { color: rgb(3,70,235); }
H1.HeaderClassName
{
color: #0346EB;
}
.AnyTagClassName
{
color: #0346EB;
}
</style>
background-color css
<style>
a { background-color: #0346EB; }
a { background-color: rgb(3,70,235); }
div.DivClassName
{
background-color: #0346EB;
}
.BgClassName
{
background-color: #0346EB;
}
</style>
border-color css
<style>
span { border-color: #0346EB; }
span { border-color: rgb(3,70,235); }
td.TdClassName
{
border-color: #0346EB;
}
.TagClassName
{
border-color: #0346EB;
}
</style>