Shades of Navy Blue #015DEF
Tints of Navy Blue #015DEF
RGB
CMYK
RGB Variations
Color information
#015DEF (or 0x015DEF) is known color: Navy Blue. HEX triplet: 01, 5D and EF. RGB value is (1,93,239). Sum of RGB (Red+Green+Blue) = 1+93+239=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #015DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015DEF is #FEA210. Grayscale: #515151. Windows color (decimal): -16687633 or 15686913. OLE color: 15686913.
HSL color Cylindrical-coordinate representation of color #015DEF: hue angle of 216.81º 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 #015DEF is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 93 | 239 | - |
| CMYK | 1.00 | 0.61 | 0 | 0.06 |
| HSL | 216.81º | 0.99% | 0.47% | - |
| HSV(B) | 216.81º | 1% | 0.94% | - |
| XYZ | 19.51 | 14.07 | 83.35 | - |
| YUV | 82.14 | 216.52 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 239 | 1.00 | 0.61 | 0 | 0.06 | 216.81 | 0.99 | 0.47 |
| Hex | 1 | 5D | EF | 64 | 3D | 0 | 6 | D9 | 63 | 2F |
| Octal | 1 | 135 | 357 | 144 | 75 | 0 | 6 | 331 | 143 | 57 |
| Binary | 1 | 1011101 | 11101111 | 1100100 | 111101 | 0 | 110 | 11011001 | 1100011 | 101111 |
Color Harmonies of #015DEF
Complementary color
Monochromatic Colors of #015DEF
Black with #015DEF
Text Example
Text Example
White with #015DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DEF; }
p { color: rgb(1,93,239); }
H1.HeaderClassName
{
color: #015DEF;
}
.AnyTagClassName
{
color: #015DEF;
}
</style>
background-color css
<style>
a { background-color: #015DEF; }
a { background-color: rgb(1,93,239); }
div.DivClassName
{
background-color: #015DEF;
}
.BgClassName
{
background-color: #015DEF;
}
</style>
border-color css
<style>
span { border-color: #015DEF; }
span { border-color: rgb(1,93,239); }
td.TdClassName
{
border-color: #015DEF;
}
.TagClassName
{
border-color: #015DEF;
}
</style>