Shades of Navy Blue #016BEA
Tints of Navy Blue #016BEA
RGB
CMYK
RGB Variations
Color information
#016BEA (or 0x016BEA) is known color: Navy Blue. HEX triplet: 01, 6B and EA. RGB value is (1,107,234). Sum of RGB (Red+Green+Blue) = 1+107+234=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #016BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016BEA is #FE9415. Grayscale: #595959. Windows color (decimal): -16684054 or 15362817. OLE color: 15362817.
HSL color Cylindrical-coordinate representation of color #016BEA: hue angle of 212.7º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016BEA is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 107 | 234 | - |
| CMYK | 1.00 | 0.54 | 0 | 0.08 |
| HSL | 212.7º | 0.99% | 0.46% | - |
| HSV(B) | 212.7º | 1% | 0.92% | - |
| XYZ | 20.12 | 16.46 | 79.96 | - |
| YUV | 89.78 | 209.38 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 234 | 1.00 | 0.54 | 0 | 0.08 | 212.7 | 0.99 | 0.46 |
| Hex | 1 | 6B | EA | 64 | 36 | 0 | 8 | D5 | 63 | 2E |
| Octal | 1 | 153 | 352 | 144 | 66 | 0 | 10 | 325 | 143 | 56 |
| Binary | 1 | 1101011 | 11101010 | 1100100 | 110110 | 0 | 1000 | 11010101 | 1100011 | 101110 |
Color Harmonies of #016BEA
Complementary color
Monochromatic Colors of #016BEA
Black with #016BEA
Text Example
Text Example
White with #016BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016BEA; }
p { color: rgb(1,107,234); }
H1.HeaderClassName
{
color: #016BEA;
}
.AnyTagClassName
{
color: #016BEA;
}
</style>
background-color css
<style>
a { background-color: #016BEA; }
a { background-color: rgb(1,107,234); }
div.DivClassName
{
background-color: #016BEA;
}
.BgClassName
{
background-color: #016BEA;
}
</style>
border-color css
<style>
span { border-color: #016BEA; }
span { border-color: rgb(1,107,234); }
td.TdClassName
{
border-color: #016BEA;
}
.TagClassName
{
border-color: #016BEA;
}
</style>