Shades of Navy Blue #015DC3
Tints of Navy Blue #015DC3
RGB
CMYK
RGB Variations
Color information
#015DC3 (or 0x015DC3) is known color: Navy Blue. HEX triplet: 01, 5D and C3. RGB value is (1,93,195). Sum of RGB (Red+Green+Blue) = 1+93+195=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 195 (76.56% from 255 or 67.47% from 289); Max value from RGB is 195 - color contains mainly: blue. Hex color #015DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DC3 is #FEA23C. Grayscale: #4C4C4C. Windows color (decimal): -16687677 or 12803329. OLE color: 12803329.
HSL color Cylindrical-coordinate representation of color #015DC3: hue angle of 211.55º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015DC3 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 93 | 195 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.24 |
| HSL | 211.55º | 0.99% | 0.38% | - |
| HSV(B) | 211.55º | 0.99% | 0.76% | - |
| XYZ | 13.78 | 11.78 | 53.18 | - |
| YUV | 77.12 | 194.52 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 195 | 0.99 | 0.52 | 0 | 0.24 | 211.55 | 0.99 | 0.38 |
| Hex | 1 | 5D | C3 | 63 | 34 | 0 | 18 | D4 | 63 | 26 |
| Octal | 1 | 135 | 303 | 143 | 64 | 0 | 30 | 324 | 143 | 46 |
| Binary | 1 | 1011101 | 11000011 | 1100011 | 110100 | 0 | 11000 | 11010100 | 1100011 | 100110 |
Color Harmonies of #015DC3
Complementary color
Monochromatic Colors of #015DC3
Black with #015DC3
Text Example
Text Example
White with #015DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DC3; }
p { color: rgb(1,93,195); }
H1.HeaderClassName
{
color: #015DC3;
}
.AnyTagClassName
{
color: #015DC3;
}
</style>
background-color css
<style>
a { background-color: #015DC3; }
a { background-color: rgb(1,93,195); }
div.DivClassName
{
background-color: #015DC3;
}
.BgClassName
{
background-color: #015DC3;
}
</style>
border-color css
<style>
span { border-color: #015DC3; }
span { border-color: rgb(1,93,195); }
td.TdClassName
{
border-color: #015DC3;
}
.TagClassName
{
border-color: #015DC3;
}
</style>