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