Shades of Navy Blue #013CF0
Tints of Navy Blue #013CF0
RGB
CMYK
RGB Variations
Color information
#013CF0 (or 0x013CF0) is known color: Navy Blue. HEX triplet: 01, 3C and F0. RGB value is (1,60,240). Sum of RGB (Red+Green+Blue) = 1+60+240=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 240 (94.14% from 255 or 79.73% from 301); Max value from RGB is 240 - color contains mainly: blue. Hex color #013CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013CF0 is #FEC30F. Grayscale: #3E3E3E. Windows color (decimal): -16696080 or 15744001. OLE color: 15744001.
HSL color Cylindrical-coordinate representation of color #013CF0: hue angle of 225.19º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013CF0 is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 60 | 240 | - |
| CMYK | 1.00 | 0.75 | 0 | 0.06 |
| HSL | 225.19º | 0.99% | 0.47% | - |
| HSV(B) | 225.19º | 1% | 0.94% | - |
| XYZ | 17.36 | 9.53 | 83.36 | - |
| YUV | 62.88 | 227.95 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 240 | 1.00 | 0.75 | 0 | 0.06 | 225.19 | 0.99 | 0.47 |
| Hex | 1 | 3C | F0 | 64 | 4B | 0 | 6 | E1 | 63 | 2F |
| Octal | 1 | 74 | 360 | 144 | 113 | 0 | 6 | 341 | 143 | 57 |
| Binary | 1 | 111100 | 11110000 | 1100100 | 1001011 | 0 | 110 | 11100001 | 1100011 | 101111 |
Color Harmonies of #013CF0
Complementary color
Monochromatic Colors of #013CF0
Black with #013CF0
Text Example
Text Example
White with #013CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013CF0; }
p { color: rgb(1,60,240); }
H1.HeaderClassName
{
color: #013CF0;
}
.AnyTagClassName
{
color: #013CF0;
}
</style>
background-color css
<style>
a { background-color: #013CF0; }
a { background-color: rgb(1,60,240); }
div.DivClassName
{
background-color: #013CF0;
}
.BgClassName
{
background-color: #013CF0;
}
</style>
border-color css
<style>
span { border-color: #013CF0; }
span { border-color: rgb(1,60,240); }
td.TdClassName
{
border-color: #013CF0;
}
.TagClassName
{
border-color: #013CF0;
}
</style>