Shades of Navy Blue #013DF3
Tints of Navy Blue #013DF3
RGB
CMYK
RGB Variations
Color information
#013DF3 (or 0x013DF3) is known color: Navy Blue. HEX triplet: 01, 3D and F3. RGB value is (1,61,243). Sum of RGB (Red+Green+Blue) = 1+61+243=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 243 (95.31% from 255 or 79.67% from 305); Max value from RGB is 243 - color contains mainly: blue. Hex color #013DF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013DF3 is #FEC20C. Grayscale: #3F3F3F. Windows color (decimal): -16695821 or 15940865. OLE color: 15940865.
HSL color Cylindrical-coordinate representation of color #013DF3: hue angle of 225.12º 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 #013DF3 is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 61 | 243 | - |
| CMYK | 1.00 | 0.75 | 0 | 0.05 |
| HSL | 225.12º | 0.99% | 0.48% | - |
| HSV(B) | 225.12º | 1% | 0.95% | - |
| XYZ | 17.86 | 9.82 | 85.75 | - |
| YUV | 63.81 | 229.12 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 243 | 1.00 | 0.75 | 0 | 0.05 | 225.12 | 0.99 | 0.48 |
| Hex | 1 | 3D | F3 | 64 | 4B | 0 | 5 | E1 | 63 | 30 |
| Octal | 1 | 75 | 363 | 144 | 113 | 0 | 5 | 341 | 143 | 60 |
| Binary | 1 | 111101 | 11110011 | 1100100 | 1001011 | 0 | 101 | 11100001 | 1100011 | 110000 |
Color Harmonies of #013DF3
Complementary color
Monochromatic Colors of #013DF3
Black with #013DF3
Text Example
Text Example
White with #013DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DF3; }
p { color: rgb(1,61,243); }
H1.HeaderClassName
{
color: #013DF3;
}
.AnyTagClassName
{
color: #013DF3;
}
</style>
background-color css
<style>
a { background-color: #013DF3; }
a { background-color: rgb(1,61,243); }
div.DivClassName
{
background-color: #013DF3;
}
.BgClassName
{
background-color: #013DF3;
}
</style>
border-color css
<style>
span { border-color: #013DF3; }
span { border-color: rgb(1,61,243); }
td.TdClassName
{
border-color: #013DF3;
}
.TagClassName
{
border-color: #013DF3;
}
</style>