Shades of Navy Blue #006CE9
Tints of Navy Blue #006CE9
RGB
CMYK
RGB Variations
Color information
#006CE9 (or 0x006CE9) is known color: Navy Blue. HEX triplet: 00, 6C and E9. RGB value is (0,108,233). Sum of RGB (Red+Green+Blue) = 0+108+233=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 233 (91.41% from 255 or 68.33% from 341); Max value from RGB is 233 - color contains mainly: blue. Hex color #006CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006CE9 is #FF9316. Grayscale: #595959. Windows color (decimal): -16749335 or 15297536. OLE color: 15297536.
HSL color Cylindrical-coordinate representation of color #006CE9: hue angle of 212.19º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CE9 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 108 | 233 | - |
| CMYK | 1 | 0.54 | 0 | 0.09 |
| HSL | 212.19º | 1% | 0.46% | - |
| HSV(B) | 212.19º | 1% | 0.91% | - |
| XYZ | 20.07 | 16.61 | 79.24 | - |
| YUV | 89.96 | 208.72 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 233 | 1 | 0.54 | 0 | 0.09 | 212.19 | 1 | 0.46 |
| Hex | 0 | 6C | E9 | 64 | 36 | 0 | 9 | D4 | 64 | 2E |
| Octal | 0 | 154 | 351 | 144 | 66 | 0 | 11 | 324 | 144 | 56 |
| Binary | 0 | 1101100 | 11101001 | 1100100 | 110110 | 0 | 1001 | 11010100 | 1100100 | 101110 |
Color Harmonies of #006CE9
Complementary color
Monochromatic Colors of #006CE9
Black with #006CE9
Text Example
Text Example
White with #006CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006CE9; }
p { color: rgb(0,108,233); }
H1.HeaderClassName
{
color: #006CE9;
}
.AnyTagClassName
{
color: #006CE9;
}
</style>
background-color css
<style>
a { background-color: #006CE9; }
a { background-color: rgb(0,108,233); }
div.DivClassName
{
background-color: #006CE9;
}
.BgClassName
{
background-color: #006CE9;
}
</style>
border-color css
<style>
span { border-color: #006CE9; }
span { border-color: rgb(0,108,233); }
td.TdClassName
{
border-color: #006CE9;
}
.TagClassName
{
border-color: #006CE9;
}
</style>