Shades of Navy Blue #067BCF
Tints of Navy Blue #067BCF
RGB
CMYK
RGB Variations
Color information
#067BCF (or 0x067BCF) is known color: Navy Blue. HEX triplet: 06, 7B and CF. RGB value is (6,123,207). Sum of RGB (Red+Green+Blue) = 6+123+207=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #067BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067BCF is #F98430. Grayscale: #616161. Windows color (decimal): -16352305 or 13597446. OLE color: 13597446.
HSL color Cylindrical-coordinate representation of color #067BCF: hue angle of 205.07º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067BCF is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 123 | 207 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.19 |
| HSL | 205.07º | 0.94% | 0.42% | - |
| HSV(B) | 205.07º | 0.97% | 0.81% | - |
| XYZ | 18.42 | 18.71 | 61.67 | - |
| YUV | 97.59 | 189.74 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 207 | 0.97 | 0.41 | 0 | 0.19 | 205.07 | 0.94 | 0.42 |
| Hex | 6 | 7B | CF | 61 | 29 | 0 | 13 | CD | 5E | 2A |
| Octal | 6 | 173 | 317 | 141 | 51 | 0 | 23 | 315 | 136 | 52 |
| Binary | 110 | 1111011 | 11001111 | 1100001 | 101001 | 0 | 10011 | 11001101 | 1011110 | 101010 |
Color Harmonies of #067BCF
Complementary color
Monochromatic Colors of #067BCF
Black with #067BCF
Text Example
Text Example
White with #067BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067BCF; }
p { color: rgb(6,123,207); }
H1.HeaderClassName
{
color: #067BCF;
}
.AnyTagClassName
{
color: #067BCF;
}
</style>
background-color css
<style>
a { background-color: #067BCF; }
a { background-color: rgb(6,123,207); }
div.DivClassName
{
background-color: #067BCF;
}
.BgClassName
{
background-color: #067BCF;
}
</style>
border-color css
<style>
span { border-color: #067BCF; }
span { border-color: rgb(6,123,207); }
td.TdClassName
{
border-color: #067BCF;
}
.TagClassName
{
border-color: #067BCF;
}
</style>