Shades of Navy Blue #0155C1
Tints of Navy Blue #0155C1
RGB
CMYK
RGB Variations
Color information
#0155C1 (or 0x0155C1) is known color: Navy Blue. HEX triplet: 01, 55 and C1. RGB value is (1,85,193). Sum of RGB (Red+Green+Blue) = 1+85+193=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 193 (75.78% from 255 or 69.18% from 279); Max value from RGB is 193 - color contains mainly: blue. Hex color #0155C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0155C1 is #FEAA3E. Grayscale: #474747. Windows color (decimal): -16689727 or 12670209. OLE color: 12670209.
HSL color Cylindrical-coordinate representation of color #0155C1: hue angle of 213.75º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0155C1 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 85 | 193 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.24 |
| HSL | 213.75º | 0.99% | 0.38% | - |
| HSV(B) | 213.75º | 0.99% | 0.76% | - |
| XYZ | 12.89 | 10.35 | 51.77 | - |
| YUV | 72.2 | 196.17 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 193 | 0.99 | 0.56 | 0 | 0.24 | 213.75 | 0.99 | 0.38 |
| Hex | 1 | 55 | C1 | 63 | 38 | 0 | 18 | D6 | 63 | 26 |
| Octal | 1 | 125 | 301 | 143 | 70 | 0 | 30 | 326 | 143 | 46 |
| Binary | 1 | 1010101 | 11000001 | 1100011 | 111000 | 0 | 11000 | 11010110 | 1100011 | 100110 |
Color Harmonies of #0155C1
Complementary color
Monochromatic Colors of #0155C1
Black with #0155C1
Text Example
Text Example
White with #0155C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0155C1; }
p { color: rgb(1,85,193); }
H1.HeaderClassName
{
color: #0155C1;
}
.AnyTagClassName
{
color: #0155C1;
}
</style>
background-color css
<style>
a { background-color: #0155C1; }
a { background-color: rgb(1,85,193); }
div.DivClassName
{
background-color: #0155C1;
}
.BgClassName
{
background-color: #0155C1;
}
</style>
border-color css
<style>
span { border-color: #0155C1; }
span { border-color: rgb(1,85,193); }
td.TdClassName
{
border-color: #0155C1;
}
.TagClassName
{
border-color: #0155C1;
}
</style>