Shades of Navy Blue #0155E5
Tints of Navy Blue #0155E5
RGB
CMYK
RGB Variations
Color information
#0155E5 (or 0x0155E5) is known color: Navy Blue. HEX triplet: 01, 55 and E5. RGB value is (1,85,229). Sum of RGB (Red+Green+Blue) = 1+85+229=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 229 (89.84% from 255 or 72.70% from 315); Max value from RGB is 229 - color contains mainly: blue. Hex color #0155E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0155E5 is #FEAA1A. Grayscale: #4B4B4B. Windows color (decimal): -16689691 or 15029505. OLE color: 15029505.
HSL color Cylindrical-coordinate representation of color #0155E5: hue angle of 217.89º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0155E5 is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 85 | 229 | - |
| CMYK | 1.00 | 0.63 | 0 | 0.10 |
| HSL | 217.89º | 0.99% | 0.45% | - |
| HSV(B) | 217.89º | 1% | 0.9% | - |
| XYZ | 17.4 | 12.16 | 75.56 | - |
| YUV | 76.3 | 214.17 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 229 | 1.00 | 0.63 | 0 | 0.10 | 217.89 | 0.99 | 0.45 |
| Hex | 1 | 55 | E5 | 64 | 3F | 0 | A | DA | 63 | 2D |
| Octal | 1 | 125 | 345 | 144 | 77 | 0 | 12 | 332 | 143 | 55 |
| Binary | 1 | 1010101 | 11100101 | 1100100 | 111111 | 0 | 1010 | 11011010 | 1100011 | 101101 |
Color Harmonies of #0155E5
Complementary color
Monochromatic Colors of #0155E5
Black with #0155E5
Text Example
Text Example
White with #0155E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0155E5; }
p { color: rgb(1,85,229); }
H1.HeaderClassName
{
color: #0155E5;
}
.AnyTagClassName
{
color: #0155E5;
}
</style>
background-color css
<style>
a { background-color: #0155E5; }
a { background-color: rgb(1,85,229); }
div.DivClassName
{
background-color: #0155E5;
}
.BgClassName
{
background-color: #0155E5;
}
</style>
border-color css
<style>
span { border-color: #0155E5; }
span { border-color: rgb(1,85,229); }
td.TdClassName
{
border-color: #0155E5;
}
.TagClassName
{
border-color: #0155E5;
}
</style>