Shades of Navy Blue #0348D0
Tints of Navy Blue #0348D0
RGB
CMYK
RGB Variations
Color information
#0348D0 (or 0x0348D0) is known color: Navy Blue. HEX triplet: 03, 48 and D0. RGB value is (3,72,208). Sum of RGB (Red+Green+Blue) = 3+72+208=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 208 (81.64% from 255 or 73.50% from 283); Max value from RGB is 208 - color contains mainly: blue. Hex color #0348D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0348D0 is #FCB72F. Grayscale: #424242. Windows color (decimal): -16561968 or 13649923. OLE color: 13649923.
HSL color Cylindrical-coordinate representation of color #0348D0: hue angle of 219.8º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0348D0 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 72 | 208 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.18 |
| HSL | 219.8º | 0.97% | 0.41% | - |
| HSV(B) | 219.8º | 0.99% | 0.82% | - |
| XYZ | 13.74 | 9.21 | 60.73 | - |
| YUV | 66.87 | 207.64 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 208 | 0.99 | 0.65 | 0 | 0.18 | 219.8 | 0.97 | 0.41 |
| Hex | 3 | 48 | D0 | 63 | 41 | 0 | 12 | DC | 61 | 29 |
| Octal | 3 | 110 | 320 | 143 | 101 | 0 | 22 | 334 | 141 | 51 |
| Binary | 11 | 1001000 | 11010000 | 1100011 | 1000001 | 0 | 10010 | 11011100 | 1100001 | 101001 |
Color Harmonies of #0348D0
Complementary color
Monochromatic Colors of #0348D0
Black with #0348D0
Text Example
Text Example
White with #0348D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0348D0; }
p { color: rgb(3,72,208); }
H1.HeaderClassName
{
color: #0348D0;
}
.AnyTagClassName
{
color: #0348D0;
}
</style>
background-color css
<style>
a { background-color: #0348D0; }
a { background-color: rgb(3,72,208); }
div.DivClassName
{
background-color: #0348D0;
}
.BgClassName
{
background-color: #0348D0;
}
</style>
border-color css
<style>
span { border-color: #0348D0; }
span { border-color: rgb(3,72,208); }
td.TdClassName
{
border-color: #0348D0;
}
.TagClassName
{
border-color: #0348D0;
}
</style>