Shades of Navy Blue #015CD4
Tints of Navy Blue #015CD4
RGB
CMYK
RGB Variations
Color information
#015CD4 (or 0x015CD4) is known color: Navy Blue. HEX triplet: 01, 5C and D4. RGB value is (1,92,212). Sum of RGB (Red+Green+Blue) = 1+92+212=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 212 (83.20% from 255 or 69.51% from 305); Max value from RGB is 212 - color contains mainly: blue. Hex color #015CD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CD4 is #FEA32B. Grayscale: #4D4D4D. Windows color (decimal): -16687916 or 13917185. OLE color: 13917185.
HSL color Cylindrical-coordinate representation of color #015CD4: hue angle of 214.12º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015CD4 is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 92 | 212 | - |
| CMYK | 1.00 | 0.57 | 0 | 0.17 |
| HSL | 214.12º | 0.99% | 0.42% | - |
| HSV(B) | 214.12º | 1% | 0.83% | - |
| XYZ | 15.72 | 12.41 | 63.85 | - |
| YUV | 78.47 | 203.35 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 212 | 1.00 | 0.57 | 0 | 0.17 | 214.12 | 0.99 | 0.42 |
| Hex | 1 | 5C | D4 | 64 | 39 | 0 | 11 | D6 | 63 | 2A |
| Octal | 1 | 134 | 324 | 144 | 71 | 0 | 21 | 326 | 143 | 52 |
| Binary | 1 | 1011100 | 11010100 | 1100100 | 111001 | 0 | 10001 | 11010110 | 1100011 | 101010 |
Color Harmonies of #015CD4
Complementary color
Monochromatic Colors of #015CD4
Black with #015CD4
Text Example
Text Example
White with #015CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CD4; }
p { color: rgb(1,92,212); }
H1.HeaderClassName
{
color: #015CD4;
}
.AnyTagClassName
{
color: #015CD4;
}
</style>
background-color css
<style>
a { background-color: #015CD4; }
a { background-color: rgb(1,92,212); }
div.DivClassName
{
background-color: #015CD4;
}
.BgClassName
{
background-color: #015CD4;
}
</style>
border-color css
<style>
span { border-color: #015CD4; }
span { border-color: rgb(1,92,212); }
td.TdClassName
{
border-color: #015CD4;
}
.TagClassName
{
border-color: #015CD4;
}
</style>