Shades of Navy Blue #067BE0
Tints of Navy Blue #067BE0
RGB
CMYK
RGB Variations
Color information
#067BE0 (or 0x067BE0) is known color: Navy Blue. HEX triplet: 06, 7B and E0. RGB value is (6,123,224). Sum of RGB (Red+Green+Blue) = 6+123+224=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 224 (87.89% from 255 or 63.46% from 353); Max value from RGB is 224 - color contains mainly: blue. Hex color #067BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067BE0 is #F9841F. Grayscale: #636363. Windows color (decimal): -16352288 or 14711558. OLE color: 14711558.
HSL color Cylindrical-coordinate representation of color #067BE0: hue angle of 207.8º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067BE0 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 123 | 224 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.12 |
| HSL | 207.8º | 0.95% | 0.45% | - |
| HSV(B) | 207.8º | 0.97% | 0.88% | - |
| XYZ | 20.61 | 19.59 | 73.22 | - |
| YUV | 99.53 | 198.24 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 224 | 0.97 | 0.45 | 0 | 0.12 | 207.8 | 0.95 | 0.45 |
| Hex | 6 | 7B | E0 | 61 | 2D | 0 | C | D0 | 5F | 2D |
| Octal | 6 | 173 | 340 | 141 | 55 | 0 | 14 | 320 | 137 | 55 |
| Binary | 110 | 1111011 | 11100000 | 1100001 | 101101 | 0 | 1100 | 11010000 | 1011111 | 101101 |
Color Harmonies of #067BE0
Complementary color
Monochromatic Colors of #067BE0
Black with #067BE0
Text Example
Text Example
White with #067BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067BE0; }
p { color: rgb(6,123,224); }
H1.HeaderClassName
{
color: #067BE0;
}
.AnyTagClassName
{
color: #067BE0;
}
</style>
background-color css
<style>
a { background-color: #067BE0; }
a { background-color: rgb(6,123,224); }
div.DivClassName
{
background-color: #067BE0;
}
.BgClassName
{
background-color: #067BE0;
}
</style>
border-color css
<style>
span { border-color: #067BE0; }
span { border-color: rgb(6,123,224); }
td.TdClassName
{
border-color: #067BE0;
}
.TagClassName
{
border-color: #067BE0;
}
</style>