Shades of Navy Blue #0348DE
Tints of Navy Blue #0348DE
RGB
CMYK
RGB Variations
Color information
#0348DE (or 0x0348DE) is known color: Navy Blue. HEX triplet: 03, 48 and DE. RGB value is (3,72,222). Sum of RGB (Red+Green+Blue) = 3+72+222=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 222 (87.11% from 255 or 74.75% from 297); Max value from RGB is 222 - color contains mainly: blue. Hex color #0348DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0348DE is #FCB721. Grayscale: #434343. Windows color (decimal): -16561954 or 14567427. OLE color: 14567427.
HSL color Cylindrical-coordinate representation of color #0348DE: hue angle of 221.1º 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 #0348DE is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 72 | 222 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.13 |
| HSL | 221.1º | 0.97% | 0.44% | - |
| HSV(B) | 221.1º | 0.99% | 0.87% | - |
| XYZ | 15.54 | 9.93 | 70.2 | - |
| YUV | 68.47 | 214.64 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 222 | 0.99 | 0.68 | 0 | 0.13 | 221.1 | 0.97 | 0.44 |
| Hex | 3 | 48 | DE | 63 | 44 | 0 | D | DD | 61 | 2C |
| Octal | 3 | 110 | 336 | 143 | 104 | 0 | 15 | 335 | 141 | 54 |
| Binary | 11 | 1001000 | 11011110 | 1100011 | 1000100 | 0 | 1101 | 11011101 | 1100001 | 101100 |
Color Harmonies of #0348DE
Complementary color
Monochromatic Colors of #0348DE
Black with #0348DE
Text Example
Text Example
White with #0348DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0348DE; }
p { color: rgb(3,72,222); }
H1.HeaderClassName
{
color: #0348DE;
}
.AnyTagClassName
{
color: #0348DE;
}
</style>
background-color css
<style>
a { background-color: #0348DE; }
a { background-color: rgb(3,72,222); }
div.DivClassName
{
background-color: #0348DE;
}
.BgClassName
{
background-color: #0348DE;
}
</style>
border-color css
<style>
span { border-color: #0348DE; }
span { border-color: rgb(3,72,222); }
td.TdClassName
{
border-color: #0348DE;
}
.TagClassName
{
border-color: #0348DE;
}
</style>