Shades of Navy Blue #0146CE
Tints of Navy Blue #0146CE
RGB
CMYK
RGB Variations
Color information
#0146CE (or 0x0146CE) is known color: Navy Blue. HEX triplet: 01, 46 and CE. RGB value is (1,70,206). Sum of RGB (Red+Green+Blue) = 1+70+206=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #0146CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0146CE is #FEB931. Grayscale: #404040. Windows color (decimal): -16693554 or 13518337. OLE color: 13518337.
HSL color Cylindrical-coordinate representation of color #0146CE: hue angle of 219.8º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0146CE is Cyan = 1.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 70 | 206 | - |
| CMYK | 1.00 | 0.66 | 0 | 0.19 |
| HSL | 219.8º | 0.99% | 0.41% | - |
| HSV(B) | 219.8º | 1% | 0.81% | - |
| XYZ | 13.34 | 8.84 | 59.4 | - |
| YUV | 64.87 | 207.64 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 206 | 1.00 | 0.66 | 0 | 0.19 | 219.8 | 0.99 | 0.41 |
| Hex | 1 | 46 | CE | 64 | 42 | 0 | 13 | DC | 63 | 29 |
| Octal | 1 | 106 | 316 | 144 | 102 | 0 | 23 | 334 | 143 | 51 |
| Binary | 1 | 1000110 | 11001110 | 1100100 | 1000010 | 0 | 10011 | 11011100 | 1100011 | 101001 |
Color Harmonies of #0146CE
Complementary color
Monochromatic Colors of #0146CE
Black with #0146CE
Text Example
Text Example
White with #0146CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0146CE; }
p { color: rgb(1,70,206); }
H1.HeaderClassName
{
color: #0146CE;
}
.AnyTagClassName
{
color: #0146CE;
}
</style>
background-color css
<style>
a { background-color: #0146CE; }
a { background-color: rgb(1,70,206); }
div.DivClassName
{
background-color: #0146CE;
}
.BgClassName
{
background-color: #0146CE;
}
</style>
border-color css
<style>
span { border-color: #0146CE; }
span { border-color: rgb(1,70,206); }
td.TdClassName
{
border-color: #0146CE;
}
.TagClassName
{
border-color: #0146CE;
}
</style>