Shades of Navy Blue #0364DB
Tints of Navy Blue #0364DB
RGB
CMYK
RGB Variations
Color information
#0364DB (or 0x0364DB) is known color: Navy Blue. HEX triplet: 03, 64 and DB. RGB value is (3,100,219). Sum of RGB (Red+Green+Blue) = 3+100+219=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #0364DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0364DB is #FC9B24. Grayscale: #535353. Windows color (decimal): -16554789 or 14377987. OLE color: 14377987.
HSL color Cylindrical-coordinate representation of color #0364DB: hue angle of 213.06º 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 #0364DB is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 100 | 219 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.14 |
| HSL | 213.06º | 0.97% | 0.44% | - |
| HSV(B) | 213.06º | 0.99% | 0.86% | - |
| XYZ | 17.38 | 14.25 | 68.85 | - |
| YUV | 84.56 | 203.86 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 219 | 0.99 | 0.54 | 0 | 0.14 | 213.06 | 0.97 | 0.44 |
| Hex | 3 | 64 | DB | 63 | 36 | 0 | E | D5 | 61 | 2C |
| Octal | 3 | 144 | 333 | 143 | 66 | 0 | 16 | 325 | 141 | 54 |
| Binary | 11 | 1100100 | 11011011 | 1100011 | 110110 | 0 | 1110 | 11010101 | 1100001 | 101100 |
Color Harmonies of #0364DB
Complementary color
Monochromatic Colors of #0364DB
Black with #0364DB
Text Example
Text Example
White with #0364DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0364DB; }
p { color: rgb(3,100,219); }
H1.HeaderClassName
{
color: #0364DB;
}
.AnyTagClassName
{
color: #0364DB;
}
</style>
background-color css
<style>
a { background-color: #0364DB; }
a { background-color: rgb(3,100,219); }
div.DivClassName
{
background-color: #0364DB;
}
.BgClassName
{
background-color: #0364DB;
}
</style>
border-color css
<style>
span { border-color: #0364DB; }
span { border-color: rgb(3,100,219); }
td.TdClassName
{
border-color: #0364DB;
}
.TagClassName
{
border-color: #0364DB;
}
</style>