Shades of Navy Blue #0146D2
Tints of Navy Blue #0146D2
RGB
CMYK
RGB Variations
Color information
#0146D2 (or 0x0146D2) is known color: Navy Blue. HEX triplet: 01, 46 and D2. RGB value is (1,70,210). Sum of RGB (Red+Green+Blue) = 1+70+210=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 210 (82.42% from 255 or 74.73% from 281); Max value from RGB is 210 - color contains mainly: blue. Hex color #0146D2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0146D2 is #FEB92D. Grayscale: #404040. Windows color (decimal): -16693550 or 13780481. OLE color: 13780481.
HSL color Cylindrical-coordinate representation of color #0146D2: hue angle of 220.19º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0146D2 is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 70 | 210 | - |
| CMYK | 1.00 | 0.67 | 0 | 0.18 |
| HSL | 220.19º | 0.99% | 0.41% | - |
| HSV(B) | 220.19º | 1% | 0.82% | - |
| XYZ | 13.84 | 9.04 | 61.99 | - |
| YUV | 65.33 | 209.64 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 210 | 1.00 | 0.67 | 0 | 0.18 | 220.19 | 0.99 | 0.41 |
| Hex | 1 | 46 | D2 | 64 | 43 | 0 | 12 | DC | 63 | 29 |
| Octal | 1 | 106 | 322 | 144 | 103 | 0 | 22 | 334 | 143 | 51 |
| Binary | 1 | 1000110 | 11010010 | 1100100 | 1000011 | 0 | 10010 | 11011100 | 1100011 | 101001 |
Color Harmonies of #0146D2
Complementary color
Monochromatic Colors of #0146D2
Black with #0146D2
Text Example
Text Example
White with #0146D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0146D2; }
p { color: rgb(1,70,210); }
H1.HeaderClassName
{
color: #0146D2;
}
.AnyTagClassName
{
color: #0146D2;
}
</style>
background-color css
<style>
a { background-color: #0146D2; }
a { background-color: rgb(1,70,210); }
div.DivClassName
{
background-color: #0146D2;
}
.BgClassName
{
background-color: #0146D2;
}
</style>
border-color css
<style>
span { border-color: #0146D2; }
span { border-color: rgb(1,70,210); }
td.TdClassName
{
border-color: #0146D2;
}
.TagClassName
{
border-color: #0146D2;
}
</style>