Shades of Navy Blue #0155FE
Tints of Navy Blue #0155FE
RGB
CMYK
RGB Variations
Color information
#0155FE (or 0x0155FE) is known color: Navy Blue. HEX triplet: 01, 55 and FE. RGB value is (1,85,254). Sum of RGB (Red+Green+Blue) = 1+85+254=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #0155FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0155FE is #FEAA01. Grayscale: #4E4E4E. Windows color (decimal): -16689666 or 16667905. OLE color: 16667905.
HSL color Cylindrical-coordinate representation of color #0155FE: hue angle of 220.08º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0155FE is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 85 | 254 | - |
| CMYK | 1.00 | 0.67 | 0 | 0.00 |
| HSL | 220.08º | 0.99% | 0.5% | - |
| HSV(B) | 220.08º | 1% | 1% | - |
| XYZ | 21.15 | 13.66 | 95.29 | - |
| YUV | 79.15 | 226.67 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 254 | 1.00 | 0.67 | 0 | 0.00 | 220.08 | 0.99 | 0.5 |
| Hex | 1 | 55 | FE | 64 | 43 | 0 | 0 | DC | 63 | 32 |
| Octal | 1 | 125 | 376 | 144 | 103 | 0 | 0 | 334 | 143 | 62 |
| Binary | 1 | 1010101 | 11111110 | 1100100 | 1000011 | 0 | 0 | 11011100 | 1100011 | 110010 |
Color Harmonies of #0155FE
Complementary color
Monochromatic Colors of #0155FE
Black with #0155FE
Text Example
Text Example
White with #0155FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0155FE; }
p { color: rgb(1,85,254); }
H1.HeaderClassName
{
color: #0155FE;
}
.AnyTagClassName
{
color: #0155FE;
}
</style>
background-color css
<style>
a { background-color: #0155FE; }
a { background-color: rgb(1,85,254); }
div.DivClassName
{
background-color: #0155FE;
}
.BgClassName
{
background-color: #0155FE;
}
</style>
border-color css
<style>
span { border-color: #0155FE; }
span { border-color: rgb(1,85,254); }
td.TdClassName
{
border-color: #0155FE;
}
.TagClassName
{
border-color: #0155FE;
}
</style>