Shades of Navy Blue #015CE9
Tints of Navy Blue #015CE9
RGB
CMYK
RGB Variations
Color information
#015CE9 (or 0x015CE9) is known color: Navy Blue. HEX triplet: 01, 5C and E9. RGB value is (1,92,233). Sum of RGB (Red+Green+Blue) = 1+92+233=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 233 (91.41% from 255 or 71.47% from 326); Max value from RGB is 233 - color contains mainly: blue. Hex color #015CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CE9 is #FEA316. Grayscale: #505050. Windows color (decimal): -16687895 or 15293441. OLE color: 15293441.
HSL color Cylindrical-coordinate representation of color #015CE9: hue angle of 216.47º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015CE9 is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 92 | 233 | - |
| CMYK | 1.00 | 0.61 | 0 | 0.09 |
| HSL | 216.47º | 0.99% | 0.46% | - |
| HSV(B) | 216.47º | 1% | 0.91% | - |
| XYZ | 18.55 | 13.54 | 78.73 | - |
| YUV | 80.87 | 213.85 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 233 | 1.00 | 0.61 | 0 | 0.09 | 216.47 | 0.99 | 0.46 |
| Hex | 1 | 5C | E9 | 64 | 3D | 0 | 9 | D8 | 63 | 2E |
| Octal | 1 | 134 | 351 | 144 | 75 | 0 | 11 | 330 | 143 | 56 |
| Binary | 1 | 1011100 | 11101001 | 1100100 | 111101 | 0 | 1001 | 11011000 | 1100011 | 101110 |
Color Harmonies of #015CE9
Complementary color
Monochromatic Colors of #015CE9
Black with #015CE9
Text Example
Text Example
White with #015CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CE9; }
p { color: rgb(1,92,233); }
H1.HeaderClassName
{
color: #015CE9;
}
.AnyTagClassName
{
color: #015CE9;
}
</style>
background-color css
<style>
a { background-color: #015CE9; }
a { background-color: rgb(1,92,233); }
div.DivClassName
{
background-color: #015CE9;
}
.BgClassName
{
background-color: #015CE9;
}
</style>
border-color css
<style>
span { border-color: #015CE9; }
span { border-color: rgb(1,92,233); }
td.TdClassName
{
border-color: #015CE9;
}
.TagClassName
{
border-color: #015CE9;
}
</style>