Shades of Navy Blue #015CF9
Tints of Navy Blue #015CF9
RGB
CMYK
RGB Variations
Color information
#015CF9 (or 0x015CF9) is known color: Navy Blue. HEX triplet: 01, 5C and F9. RGB value is (1,92,249). Sum of RGB (Red+Green+Blue) = 1+92+249=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 249 (97.66% from 255 or 72.81% from 342); Max value from RGB is 249 - color contains mainly: blue. Hex color #015CF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CF9 is #FEA306. Grayscale: #515151. Windows color (decimal): -16687879 or 16342017. OLE color: 16342017.
HSL color Cylindrical-coordinate representation of color #015CF9: hue angle of 217.98º 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 #015CF9 is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 92 | 249 | - |
| CMYK | 1.00 | 0.63 | 0 | 0.02 |
| HSL | 217.98º | 0.99% | 0.49% | - |
| HSV(B) | 217.98º | 1% | 0.98% | - |
| XYZ | 20.94 | 14.5 | 91.32 | - |
| YUV | 82.69 | 221.85 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 249 | 1.00 | 0.63 | 0 | 0.02 | 217.98 | 0.99 | 0.49 |
| Hex | 1 | 5C | F9 | 64 | 3F | 0 | 2 | DA | 63 | 31 |
| Octal | 1 | 134 | 371 | 144 | 77 | 0 | 2 | 332 | 143 | 61 |
| Binary | 1 | 1011100 | 11111001 | 1100100 | 111111 | 0 | 10 | 11011010 | 1100011 | 110001 |
Color Harmonies of #015CF9
Complementary color
Monochromatic Colors of #015CF9
Black with #015CF9
Text Example
Text Example
White with #015CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CF9; }
p { color: rgb(1,92,249); }
H1.HeaderClassName
{
color: #015CF9;
}
.AnyTagClassName
{
color: #015CF9;
}
</style>
background-color css
<style>
a { background-color: #015CF9; }
a { background-color: rgb(1,92,249); }
div.DivClassName
{
background-color: #015CF9;
}
.BgClassName
{
background-color: #015CF9;
}
</style>
border-color css
<style>
span { border-color: #015CF9; }
span { border-color: rgb(1,92,249); }
td.TdClassName
{
border-color: #015CF9;
}
.TagClassName
{
border-color: #015CF9;
}
</style>