Shades of Navy Blue #0348DF
Tints of Navy Blue #0348DF
RGB
CMYK
RGB Variations
Color information
#0348DF (or 0x0348DF) is known color: Navy Blue. HEX triplet: 03, 48 and DF. RGB value is (3,72,223). Sum of RGB (Red+Green+Blue) = 3+72+223=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 223 (87.5% from 255 or 74.83% from 298); Max value from RGB is 223 - color contains mainly: blue. Hex color #0348DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0348DF is #FCB720. Grayscale: #434343. Windows color (decimal): -16561953 or 14632963. OLE color: 14632963.
HSL color Cylindrical-coordinate representation of color #0348DF: hue angle of 221.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0348DF is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 72 | 223 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.13 |
| HSL | 221.18º | 0.97% | 0.44% | - |
| HSV(B) | 221.18º | 0.99% | 0.87% | - |
| XYZ | 15.67 | 9.98 | 70.91 | - |
| YUV | 68.58 | 215.14 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 223 | 0.99 | 0.68 | 0 | 0.13 | 221.18 | 0.97 | 0.44 |
| Hex | 3 | 48 | DF | 63 | 44 | 0 | D | DD | 61 | 2C |
| Octal | 3 | 110 | 337 | 143 | 104 | 0 | 15 | 335 | 141 | 54 |
| Binary | 11 | 1001000 | 11011111 | 1100011 | 1000100 | 0 | 1101 | 11011101 | 1100001 | 101100 |
Color Harmonies of #0348DF
Complementary color
Monochromatic Colors of #0348DF
Black with #0348DF
Text Example
Text Example
White with #0348DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0348DF; }
p { color: rgb(3,72,223); }
H1.HeaderClassName
{
color: #0348DF;
}
.AnyTagClassName
{
color: #0348DF;
}
</style>
background-color css
<style>
a { background-color: #0348DF; }
a { background-color: rgb(3,72,223); }
div.DivClassName
{
background-color: #0348DF;
}
.BgClassName
{
background-color: #0348DF;
}
</style>
border-color css
<style>
span { border-color: #0348DF; }
span { border-color: rgb(3,72,223); }
td.TdClassName
{
border-color: #0348DF;
}
.TagClassName
{
border-color: #0348DF;
}
</style>