Shades of Navy Blue #003CF3
Tints of Navy Blue #003CF3
RGB
CMYK
RGB Variations
Color information
#003CF3 (or 0x003CF3) is known color: Navy Blue. HEX triplet: 00, 3C and F3. RGB value is (0,60,243). Sum of RGB (Red+Green+Blue) = 0+60+243=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 243 (95.31% from 255 or 80.20% from 303); Max value from RGB is 243 - color contains mainly: blue. Hex color #003CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003CF3 is #FFC30C. Grayscale: #3E3E3E. Windows color (decimal): -16761613 or 15940608. OLE color: 15940608.
HSL color Cylindrical-coordinate representation of color #003CF3: hue angle of 225.19º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CF3 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 60 | 243 | - |
| CMYK | 1 | 0.75 | 0 | 0.05 |
| HSL | 225.19º | 1% | 0.48% | - |
| HSV(B) | 225.19º | 1% | 0.95% | - |
| XYZ | 17.79 | 9.7 | 85.73 | - |
| YUV | 62.92 | 229.62 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 243 | 1 | 0.75 | 0 | 0.05 | 225.19 | 1 | 0.48 |
| Hex | 0 | 3C | F3 | 64 | 4B | 0 | 5 | E1 | 64 | 30 |
| Octal | 0 | 74 | 363 | 144 | 113 | 0 | 5 | 341 | 144 | 60 |
| Binary | 0 | 111100 | 11110011 | 1100100 | 1001011 | 0 | 101 | 11100001 | 1100100 | 110000 |
Color Harmonies of #003CF3
Complementary color
Monochromatic Colors of #003CF3
Black with #003CF3
Text Example
Text Example
White with #003CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CF3; }
p { color: rgb(0,60,243); }
H1.HeaderClassName
{
color: #003CF3;
}
.AnyTagClassName
{
color: #003CF3;
}
</style>
background-color css
<style>
a { background-color: #003CF3; }
a { background-color: rgb(0,60,243); }
div.DivClassName
{
background-color: #003CF3;
}
.BgClassName
{
background-color: #003CF3;
}
</style>
border-color css
<style>
span { border-color: #003CF3; }
span { border-color: rgb(0,60,243); }
td.TdClassName
{
border-color: #003CF3;
}
.TagClassName
{
border-color: #003CF3;
}
</style>