Shades of Navy Blue #0364F5
Tints of Navy Blue #0364F5
RGB
CMYK
RGB Variations
Color information
#0364F5 (or 0x0364F5) is known color: Navy Blue. HEX triplet: 03, 64 and F5. RGB value is (3,100,245). Sum of RGB (Red+Green+Blue) = 3+100+245=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 245 (96.09% from 255 or 70.40% from 348); Max value from RGB is 245 - color contains mainly: blue. Hex color #0364F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0364F5 is #FC9B0A. Grayscale: #565656. Windows color (decimal): -16554763 or 16081923. OLE color: 16081923.
HSL color Cylindrical-coordinate representation of color #0364F5: hue angle of 215.95º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0364F5 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 100 | 245 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.04 |
| HSL | 215.95º | 0.98% | 0.49% | - |
| HSV(B) | 215.95º | 0.99% | 0.96% | - |
| XYZ | 21.08 | 15.73 | 88.31 | - |
| YUV | 87.53 | 216.86 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 245 | 0.99 | 0.59 | 0 | 0.04 | 215.95 | 0.98 | 0.49 |
| Hex | 3 | 64 | F5 | 63 | 3B | 0 | 4 | D8 | 62 | 31 |
| Octal | 3 | 144 | 365 | 143 | 73 | 0 | 4 | 330 | 142 | 61 |
| Binary | 11 | 1100100 | 11110101 | 1100011 | 111011 | 0 | 100 | 11011000 | 1100010 | 110001 |
Color Harmonies of #0364F5
Complementary color
Monochromatic Colors of #0364F5
Black with #0364F5
Text Example
Text Example
White with #0364F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0364F5; }
p { color: rgb(3,100,245); }
H1.HeaderClassName
{
color: #0364F5;
}
.AnyTagClassName
{
color: #0364F5;
}
</style>
background-color css
<style>
a { background-color: #0364F5; }
a { background-color: rgb(3,100,245); }
div.DivClassName
{
background-color: #0364F5;
}
.BgClassName
{
background-color: #0364F5;
}
</style>
border-color css
<style>
span { border-color: #0364F5; }
span { border-color: rgb(3,100,245); }
td.TdClassName
{
border-color: #0364F5;
}
.TagClassName
{
border-color: #0364F5;
}
</style>