Shades of Navy Blue #015CFC
Tints of Navy Blue #015CFC
RGB
CMYK
RGB Variations
Color information
#015CFC (or 0x015CFC) is known color: Navy Blue. HEX triplet: 01, 5C and FC. RGB value is (1,92,252). Sum of RGB (Red+Green+Blue) = 1+92+252=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #015CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CFC is #FEA303. Grayscale: #525252. Windows color (decimal): -16687876 or 16538625. OLE color: 16538625.
HSL color Cylindrical-coordinate representation of color #015CFC: hue angle of 218.25º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015CFC is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 92 | 252 | - |
| CMYK | 1.00 | 0.63 | 0 | 0.01 |
| HSL | 218.25º | 0.99% | 0.5% | - |
| HSV(B) | 218.25º | 1% | 0.99% | - |
| XYZ | 21.41 | 14.69 | 93.8 | - |
| YUV | 83.03 | 223.35 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 252 | 1.00 | 0.63 | 0 | 0.01 | 218.25 | 0.99 | 0.5 |
| Hex | 1 | 5C | FC | 64 | 3F | 0 | 1 | DA | 63 | 32 |
| Octal | 1 | 134 | 374 | 144 | 77 | 0 | 1 | 332 | 143 | 62 |
| Binary | 1 | 1011100 | 11111100 | 1100100 | 111111 | 0 | 1 | 11011010 | 1100011 | 110010 |
Color Harmonies of #015CFC
Complementary color
Monochromatic Colors of #015CFC
Black with #015CFC
Text Example
Text Example
White with #015CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CFC; }
p { color: rgb(1,92,252); }
H1.HeaderClassName
{
color: #015CFC;
}
.AnyTagClassName
{
color: #015CFC;
}
</style>
background-color css
<style>
a { background-color: #015CFC; }
a { background-color: rgb(1,92,252); }
div.DivClassName
{
background-color: #015CFC;
}
.BgClassName
{
background-color: #015CFC;
}
</style>
border-color css
<style>
span { border-color: #015CFC; }
span { border-color: rgb(1,92,252); }
td.TdClassName
{
border-color: #015CFC;
}
.TagClassName
{
border-color: #015CFC;
}
</style>