Shades of Navy Blue #006CE8
Tints of Navy Blue #006CE8
RGB
CMYK
RGB Variations
Color information
#006CE8 (or 0x006CE8) is known color: Navy Blue. HEX triplet: 00, 6C and E8. RGB value is (0,108,232). Sum of RGB (Red+Green+Blue) = 0+108+232=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 232 (91.02% from 255 or 68.24% from 340); Max value from RGB is 232 - color contains mainly: blue. Hex color #006CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006CE8 is #FF9317. Grayscale: #595959. Windows color (decimal): -16749336 or 15232000. OLE color: 15232000.
HSL color Cylindrical-coordinate representation of color #006CE8: hue angle of 212.07º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CE8 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 108 | 232 | - |
| CMYK | 1 | 0.53 | 0 | 0.09 |
| HSL | 212.07º | 1% | 0.45% | - |
| HSV(B) | 212.07º | 1% | 0.91% | - |
| XYZ | 19.93 | 16.55 | 78.49 | - |
| YUV | 89.84 | 208.22 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 232 | 1 | 0.53 | 0 | 0.09 | 212.07 | 1 | 0.45 |
| Hex | 0 | 6C | E8 | 64 | 35 | 0 | 9 | D4 | 64 | 2D |
| Octal | 0 | 154 | 350 | 144 | 65 | 0 | 11 | 324 | 144 | 55 |
| Binary | 0 | 1101100 | 11101000 | 1100100 | 110101 | 0 | 1001 | 11010100 | 1100100 | 101101 |
Color Harmonies of #006CE8
Complementary color
Monochromatic Colors of #006CE8
Black with #006CE8
Text Example
Text Example
White with #006CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006CE8; }
p { color: rgb(0,108,232); }
H1.HeaderClassName
{
color: #006CE8;
}
.AnyTagClassName
{
color: #006CE8;
}
</style>
background-color css
<style>
a { background-color: #006CE8; }
a { background-color: rgb(0,108,232); }
div.DivClassName
{
background-color: #006CE8;
}
.BgClassName
{
background-color: #006CE8;
}
</style>
border-color css
<style>
span { border-color: #006CE8; }
span { border-color: rgb(0,108,232); }
td.TdClassName
{
border-color: #006CE8;
}
.TagClassName
{
border-color: #006CE8;
}
</style>