Shades of Navy Blue #015CFA
Tints of Navy Blue #015CFA
RGB
CMYK
RGB Variations
Color information
#015CFA (or 0x015CFA) is known color: Navy Blue. HEX triplet: 01, 5C and FA. RGB value is (1,92,250). Sum of RGB (Red+Green+Blue) = 1+92+250=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #015CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CFA is #FEA305. Grayscale: #525252. Windows color (decimal): -16687878 or 16407553. OLE color: 16407553.
HSL color Cylindrical-coordinate representation of color #015CFA: hue angle of 218.07º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015CFA is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 92 | 250 | - |
| CMYK | 1.00 | 0.63 | 0 | 0.02 |
| HSL | 218.07º | 0.99% | 0.49% | - |
| HSV(B) | 218.07º | 1% | 0.98% | - |
| XYZ | 21.09 | 14.56 | 92.14 | - |
| YUV | 82.8 | 222.35 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 250 | 1.00 | 0.63 | 0 | 0.02 | 218.07 | 0.99 | 0.49 |
| Hex | 1 | 5C | FA | 64 | 3F | 0 | 2 | DA | 63 | 31 |
| Octal | 1 | 134 | 372 | 144 | 77 | 0 | 2 | 332 | 143 | 61 |
| Binary | 1 | 1011100 | 11111010 | 1100100 | 111111 | 0 | 10 | 11011010 | 1100011 | 110001 |
Color Harmonies of #015CFA
Complementary color
Monochromatic Colors of #015CFA
Black with #015CFA
Text Example
Text Example
White with #015CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CFA; }
p { color: rgb(1,92,250); }
H1.HeaderClassName
{
color: #015CFA;
}
.AnyTagClassName
{
color: #015CFA;
}
</style>
background-color css
<style>
a { background-color: #015CFA; }
a { background-color: rgb(1,92,250); }
div.DivClassName
{
background-color: #015CFA;
}
.BgClassName
{
background-color: #015CFA;
}
</style>
border-color css
<style>
span { border-color: #015CFA; }
span { border-color: rgb(1,92,250); }
td.TdClassName
{
border-color: #015CFA;
}
.TagClassName
{
border-color: #015CFA;
}
</style>