Shades of Navy Blue #003CF5
Tints of Navy Blue #003CF5
RGB
CMYK
RGB Variations
Color information
#003CF5 (or 0x003CF5) is known color: Navy Blue. HEX triplet: 00, 3C and F5. RGB value is (0,60,245). Sum of RGB (Red+Green+Blue) = 0+60+245=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 245 (96.09% from 255 or 80.33% from 305); Max value from RGB is 245 - color contains mainly: blue. Hex color #003CF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003CF5 is #FFC30A. Grayscale: #3E3E3E. Windows color (decimal): -16761611 or 16071680. OLE color: 16071680.
HSL color Cylindrical-coordinate representation of color #003CF5: hue angle of 225.31º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CF5 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 60 | 245 | - |
| CMYK | 1 | 0.76 | 0 | 0.04 |
| HSL | 225.31º | 1% | 0.48% | - |
| HSV(B) | 225.31º | 1% | 0.96% | - |
| XYZ | 18.1 | 9.82 | 87.33 | - |
| YUV | 63.15 | 230.62 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 245 | 1 | 0.76 | 0 | 0.04 | 225.31 | 1 | 0.48 |
| Hex | 0 | 3C | F5 | 64 | 4C | 0 | 4 | E1 | 64 | 30 |
| Octal | 0 | 74 | 365 | 144 | 114 | 0 | 4 | 341 | 144 | 60 |
| Binary | 0 | 111100 | 11110101 | 1100100 | 1001100 | 0 | 100 | 11100001 | 1100100 | 110000 |
Color Harmonies of #003CF5
Complementary color
Monochromatic Colors of #003CF5
Black with #003CF5
Text Example
Text Example
White with #003CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CF5; }
p { color: rgb(0,60,245); }
H1.HeaderClassName
{
color: #003CF5;
}
.AnyTagClassName
{
color: #003CF5;
}
</style>
background-color css
<style>
a { background-color: #003CF5; }
a { background-color: rgb(0,60,245); }
div.DivClassName
{
background-color: #003CF5;
}
.BgClassName
{
background-color: #003CF5;
}
</style>
border-color css
<style>
span { border-color: #003CF5; }
span { border-color: rgb(0,60,245); }
td.TdClassName
{
border-color: #003CF5;
}
.TagClassName
{
border-color: #003CF5;
}
</style>