Shades of Navy Blue #006BEC
Tints of Navy Blue #006BEC
RGB
CMYK
RGB Variations
Color information
#006BEC (or 0x006BEC) is known color: Navy Blue. HEX triplet: 00, 6B and EC. RGB value is (0,107,236). Sum of RGB (Red+Green+Blue) = 0+107+236=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #006BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006BEC is #FF9413. Grayscale: #595959. Windows color (decimal): -16749588 or 15493888. OLE color: 15493888.
HSL color Cylindrical-coordinate representation of color #006BEC: hue angle of 212.8º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BEC is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 107 | 236 | - |
| CMYK | 1 | 0.55 | 0 | 0.07 |
| HSL | 212.8º | 1% | 0.46% | - |
| HSV(B) | 212.8º | 1% | 0.93% | - |
| XYZ | 20.4 | 16.57 | 81.48 | - |
| YUV | 89.71 | 210.55 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 236 | 1 | 0.55 | 0 | 0.07 | 212.8 | 1 | 0.46 |
| Hex | 0 | 6B | EC | 64 | 37 | 0 | 7 | D5 | 64 | 2E |
| Octal | 0 | 153 | 354 | 144 | 67 | 0 | 7 | 325 | 144 | 56 |
| Binary | 0 | 1101011 | 11101100 | 1100100 | 110111 | 0 | 111 | 11010101 | 1100100 | 101110 |
Color Harmonies of #006BEC
Complementary color
Monochromatic Colors of #006BEC
Black with #006BEC
Text Example
Text Example
White with #006BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BEC; }
p { color: rgb(0,107,236); }
H1.HeaderClassName
{
color: #006BEC;
}
.AnyTagClassName
{
color: #006BEC;
}
</style>
background-color css
<style>
a { background-color: #006BEC; }
a { background-color: rgb(0,107,236); }
div.DivClassName
{
background-color: #006BEC;
}
.BgClassName
{
background-color: #006BEC;
}
</style>
border-color css
<style>
span { border-color: #006BEC; }
span { border-color: rgb(0,107,236); }
td.TdClassName
{
border-color: #006BEC;
}
.TagClassName
{
border-color: #006BEC;
}
</style>