Shades of Navy Blue #0348DD
Tints of Navy Blue #0348DD
RGB
CMYK
RGB Variations
Color information
#0348DD (or 0x0348DD) is known color: Navy Blue. HEX triplet: 03, 48 and DD. RGB value is (3,72,221). Sum of RGB (Red+Green+Blue) = 3+72+221=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #0348DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0348DD is #FCB722. Grayscale: #434343. Windows color (decimal): -16561955 or 14501891. OLE color: 14501891.
HSL color Cylindrical-coordinate representation of color #0348DD: hue angle of 221.01º 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 #0348DD is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 72 | 221 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.13 |
| HSL | 221.01º | 0.97% | 0.44% | - |
| HSV(B) | 221.01º | 0.99% | 0.87% | - |
| XYZ | 15.41 | 9.87 | 69.5 | - |
| YUV | 68.36 | 214.14 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 221 | 0.99 | 0.67 | 0 | 0.13 | 221.01 | 0.97 | 0.44 |
| Hex | 3 | 48 | DD | 63 | 43 | 0 | D | DD | 61 | 2C |
| Octal | 3 | 110 | 335 | 143 | 103 | 0 | 15 | 335 | 141 | 54 |
| Binary | 11 | 1001000 | 11011101 | 1100011 | 1000011 | 0 | 1101 | 11011101 | 1100001 | 101100 |
Color Harmonies of #0348DD
Complementary color
Monochromatic Colors of #0348DD
Black with #0348DD
Text Example
Text Example
White with #0348DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0348DD; }
p { color: rgb(3,72,221); }
H1.HeaderClassName
{
color: #0348DD;
}
.AnyTagClassName
{
color: #0348DD;
}
</style>
background-color css
<style>
a { background-color: #0348DD; }
a { background-color: rgb(3,72,221); }
div.DivClassName
{
background-color: #0348DD;
}
.BgClassName
{
background-color: #0348DD;
}
</style>
border-color css
<style>
span { border-color: #0348DD; }
span { border-color: rgb(3,72,221); }
td.TdClassName
{
border-color: #0348DD;
}
.TagClassName
{
border-color: #0348DD;
}
</style>