Shades of Navy Blue #0364D6
Tints of Navy Blue #0364D6
RGB
CMYK
RGB Variations
Color information
#0364D6 (or 0x0364D6) is known color: Navy Blue. HEX triplet: 03, 64 and D6. RGB value is (3,100,214). Sum of RGB (Red+Green+Blue) = 3+100+214=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 214 (83.98% from 255 or 67.51% from 317); Max value from RGB is 214 - color contains mainly: blue. Hex color #0364D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0364D6 is #FC9B29. Grayscale: #535353. Windows color (decimal): -16554794 or 14050307. OLE color: 14050307.
HSL color Cylindrical-coordinate representation of color #0364D6: hue angle of 212.42º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0364D6 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 100 | 214 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.16 |
| HSL | 212.42º | 0.97% | 0.43% | - |
| HSV(B) | 212.42º | 0.99% | 0.84% | - |
| XYZ | 16.73 | 13.99 | 65.44 | - |
| YUV | 83.99 | 201.36 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 214 | 0.99 | 0.53 | 0 | 0.16 | 212.42 | 0.97 | 0.43 |
| Hex | 3 | 64 | D6 | 63 | 35 | 0 | 10 | D4 | 61 | 2B |
| Octal | 3 | 144 | 326 | 143 | 65 | 0 | 20 | 324 | 141 | 53 |
| Binary | 11 | 1100100 | 11010110 | 1100011 | 110101 | 0 | 10000 | 11010100 | 1100001 | 101011 |
Color Harmonies of #0364D6
Complementary color
Monochromatic Colors of #0364D6
Black with #0364D6
Text Example
Text Example
White with #0364D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0364D6; }
p { color: rgb(3,100,214); }
H1.HeaderClassName
{
color: #0364D6;
}
.AnyTagClassName
{
color: #0364D6;
}
</style>
background-color css
<style>
a { background-color: #0364D6; }
a { background-color: rgb(3,100,214); }
div.DivClassName
{
background-color: #0364D6;
}
.BgClassName
{
background-color: #0364D6;
}
</style>
border-color css
<style>
span { border-color: #0364D6; }
span { border-color: rgb(3,100,214); }
td.TdClassName
{
border-color: #0364D6;
}
.TagClassName
{
border-color: #0364D6;
}
</style>