Shades of Navy Blue #0364FC
Tints of Navy Blue #0364FC
RGB
CMYK
RGB Variations
Color information
#0364FC (or 0x0364FC) is known color: Navy Blue. HEX triplet: 03, 64 and FC. RGB value is (3,100,252). Sum of RGB (Red+Green+Blue) = 3+100+252=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #0364FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0364FC is #FC9B03. Grayscale: #575757. Windows color (decimal): -16554756 or 16540675. OLE color: 16540675.
HSL color Cylindrical-coordinate representation of color #0364FC: hue angle of 216.63º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0364FC is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 100 | 252 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.01 |
| HSL | 216.63º | 0.98% | 0.5% | - |
| HSV(B) | 216.63º | 0.99% | 0.99% | - |
| XYZ | 22.17 | 16.16 | 94.05 | - |
| YUV | 88.33 | 220.36 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 252 | 0.99 | 0.60 | 0 | 0.01 | 216.63 | 0.98 | 0.5 |
| Hex | 3 | 64 | FC | 63 | 3C | 0 | 1 | D9 | 62 | 32 |
| Octal | 3 | 144 | 374 | 143 | 74 | 0 | 1 | 331 | 142 | 62 |
| Binary | 11 | 1100100 | 11111100 | 1100011 | 111100 | 0 | 1 | 11011001 | 1100010 | 110010 |
Color Harmonies of #0364FC
Complementary color
Monochromatic Colors of #0364FC
Black with #0364FC
Text Example
Text Example
White with #0364FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0364FC; }
p { color: rgb(3,100,252); }
H1.HeaderClassName
{
color: #0364FC;
}
.AnyTagClassName
{
color: #0364FC;
}
</style>
background-color css
<style>
a { background-color: #0364FC; }
a { background-color: rgb(3,100,252); }
div.DivClassName
{
background-color: #0364FC;
}
.BgClassName
{
background-color: #0364FC;
}
</style>
border-color css
<style>
span { border-color: #0364FC; }
span { border-color: rgb(3,100,252); }
td.TdClassName
{
border-color: #0364FC;
}
.TagClassName
{
border-color: #0364FC;
}
</style>