Shades of Navy Blue #006BE5
Tints of Navy Blue #006BE5
RGB
CMYK
RGB Variations
Color information
#006BE5 (or 0x006BE5) is known color: Navy Blue. HEX triplet: 00, 6B and E5. RGB value is (0,107,229). Sum of RGB (Red+Green+Blue) = 0+107+229=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 229 (89.84% from 255 or 68.15% from 336); Max value from RGB is 229 - color contains mainly: blue. Hex color #006BE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BE5 is #FF941A. Grayscale: #585858. Windows color (decimal): -16749595 or 15035136. OLE color: 15035136.
HSL color Cylindrical-coordinate representation of color #006BE5: hue angle of 211.97º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BE5 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 107 | 229 | - |
| CMYK | 1 | 0.53 | 0 | 0.10 |
| HSL | 211.97º | 1% | 0.45% | - |
| HSV(B) | 211.97º | 1% | 0.9% | - |
| XYZ | 19.4 | 16.17 | 76.23 | - |
| YUV | 88.92 | 207.05 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 229 | 1 | 0.53 | 0 | 0.10 | 211.97 | 1 | 0.45 |
| Hex | 0 | 6B | E5 | 64 | 35 | 0 | A | D4 | 64 | 2D |
| Octal | 0 | 153 | 345 | 144 | 65 | 0 | 12 | 324 | 144 | 55 |
| Binary | 0 | 1101011 | 11100101 | 1100100 | 110101 | 0 | 1010 | 11010100 | 1100100 | 101101 |
Color Harmonies of #006BE5
Complementary color
Monochromatic Colors of #006BE5
Black with #006BE5
Text Example
Text Example
White with #006BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BE5; }
p { color: rgb(0,107,229); }
H1.HeaderClassName
{
color: #006BE5;
}
.AnyTagClassName
{
color: #006BE5;
}
</style>
background-color css
<style>
a { background-color: #006BE5; }
a { background-color: rgb(0,107,229); }
div.DivClassName
{
background-color: #006BE5;
}
.BgClassName
{
background-color: #006BE5;
}
</style>
border-color css
<style>
span { border-color: #006BE5; }
span { border-color: rgb(0,107,229); }
td.TdClassName
{
border-color: #006BE5;
}
.TagClassName
{
border-color: #006BE5;
}
</style>