Shades of Navy Blue #0364DD
Tints of Navy Blue #0364DD
RGB
CMYK
RGB Variations
Color information
#0364DD (or 0x0364DD) is known color: Navy Blue. HEX triplet: 03, 64 and DD. RGB value is (3,100,221). Sum of RGB (Red+Green+Blue) = 3+100+221=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #0364DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0364DD is #FC9B22. Grayscale: #545454. Windows color (decimal): -16554787 or 14509059. OLE color: 14509059.
HSL color Cylindrical-coordinate representation of color #0364DD: hue angle of 213.3º 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 #0364DD is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 100 | 221 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.13 |
| HSL | 213.3º | 0.97% | 0.44% | - |
| HSV(B) | 213.3º | 0.99% | 0.87% | - |
| XYZ | 17.65 | 14.35 | 70.25 | - |
| YUV | 84.79 | 204.86 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 221 | 0.99 | 0.55 | 0 | 0.13 | 213.3 | 0.97 | 0.44 |
| Hex | 3 | 64 | DD | 63 | 37 | 0 | D | D5 | 61 | 2C |
| Octal | 3 | 144 | 335 | 143 | 67 | 0 | 15 | 325 | 141 | 54 |
| Binary | 11 | 1100100 | 11011101 | 1100011 | 110111 | 0 | 1101 | 11010101 | 1100001 | 101100 |
Color Harmonies of #0364DD
Complementary color
Monochromatic Colors of #0364DD
Black with #0364DD
Text Example
Text Example
White with #0364DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0364DD; }
p { color: rgb(3,100,221); }
H1.HeaderClassName
{
color: #0364DD;
}
.AnyTagClassName
{
color: #0364DD;
}
</style>
background-color css
<style>
a { background-color: #0364DD; }
a { background-color: rgb(3,100,221); }
div.DivClassName
{
background-color: #0364DD;
}
.BgClassName
{
background-color: #0364DD;
}
</style>
border-color css
<style>
span { border-color: #0364DD; }
span { border-color: rgb(3,100,221); }
td.TdClassName
{
border-color: #0364DD;
}
.TagClassName
{
border-color: #0364DD;
}
</style>