Shades of Navy Blue #0343DB
Tints of Navy Blue #0343DB
RGB
CMYK
RGB Variations
Color information
#0343DB (or 0x0343DB) is known color: Navy Blue. HEX triplet: 03, 43 and DB. RGB value is (3,67,219). Sum of RGB (Red+Green+Blue) = 3+67+219=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #0343DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0343DB is #FCBC24. Grayscale: #404040. Windows color (decimal): -16563237 or 14369539. OLE color: 14369539.
HSL color Cylindrical-coordinate representation of color #0343DB: hue angle of 222.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0343DB is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 67 | 219 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.14 |
| HSL | 222.22º | 0.97% | 0.44% | - |
| HSV(B) | 222.22º | 0.99% | 0.86% | - |
| XYZ | 14.83 | 9.15 | 68 | - |
| YUV | 65.19 | 214.8 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 219 | 0.99 | 0.69 | 0 | 0.14 | 222.22 | 0.97 | 0.44 |
| Hex | 3 | 43 | DB | 63 | 45 | 0 | E | DE | 61 | 2C |
| Octal | 3 | 103 | 333 | 143 | 105 | 0 | 16 | 336 | 141 | 54 |
| Binary | 11 | 1000011 | 11011011 | 1100011 | 1000101 | 0 | 1110 | 11011110 | 1100001 | 101100 |
Color Harmonies of #0343DB
Complementary color
Monochromatic Colors of #0343DB
Black with #0343DB
Text Example
Text Example
White with #0343DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0343DB; }
p { color: rgb(3,67,219); }
H1.HeaderClassName
{
color: #0343DB;
}
.AnyTagClassName
{
color: #0343DB;
}
</style>
background-color css
<style>
a { background-color: #0343DB; }
a { background-color: rgb(3,67,219); }
div.DivClassName
{
background-color: #0343DB;
}
.BgClassName
{
background-color: #0343DB;
}
</style>
border-color css
<style>
span { border-color: #0343DB; }
span { border-color: rgb(3,67,219); }
td.TdClassName
{
border-color: #0343DB;
}
.TagClassName
{
border-color: #0343DB;
}
</style>