Shades of Navy Blue #015DF3
Tints of Navy Blue #015DF3
RGB
CMYK
RGB Variations
Color information
#015DF3 (or 0x015DF3) is known color: Navy Blue. HEX triplet: 01, 5D and F3. RGB value is (1,93,243). Sum of RGB (Red+Green+Blue) = 1+93+243=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 243 (95.31% from 255 or 72.11% from 337); Max value from RGB is 243 - color contains mainly: blue. Hex color #015DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015DF3 is #FEA20C. Grayscale: #515151. Windows color (decimal): -16687629 or 15949057. OLE color: 15949057.
HSL color Cylindrical-coordinate representation of color #015DF3: hue angle of 217.19º 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 #015DF3 is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 93 | 243 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.05 |
| HSL | 217.19º | 0.99% | 0.48% | - |
| HSV(B) | 217.19º | 1% | 0.95% | - |
| XYZ | 20.1 | 14.31 | 86.5 | - |
| YUV | 82.59 | 218.52 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 243 | 1.00 | 0.62 | 0 | 0.05 | 217.19 | 0.99 | 0.48 |
| Hex | 1 | 5D | F3 | 64 | 3E | 0 | 5 | D9 | 63 | 30 |
| Octal | 1 | 135 | 363 | 144 | 76 | 0 | 5 | 331 | 143 | 60 |
| Binary | 1 | 1011101 | 11110011 | 1100100 | 111110 | 0 | 101 | 11011001 | 1100011 | 110000 |
Color Harmonies of #015DF3
Complementary color
Monochromatic Colors of #015DF3
Black with #015DF3
Text Example
Text Example
White with #015DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DF3; }
p { color: rgb(1,93,243); }
H1.HeaderClassName
{
color: #015DF3;
}
.AnyTagClassName
{
color: #015DF3;
}
</style>
background-color css
<style>
a { background-color: #015DF3; }
a { background-color: rgb(1,93,243); }
div.DivClassName
{
background-color: #015DF3;
}
.BgClassName
{
background-color: #015DF3;
}
</style>
border-color css
<style>
span { border-color: #015DF3; }
span { border-color: rgb(1,93,243); }
td.TdClassName
{
border-color: #015DF3;
}
.TagClassName
{
border-color: #015DF3;
}
</style>