Shades of Navy Blue #067BDF
Tints of Navy Blue #067BDF
RGB
CMYK
RGB Variations
Color information
#067BDF (or 0x067BDF) is known color: Navy Blue. HEX triplet: 06, 7B and DF. RGB value is (6,123,223). Sum of RGB (Red+Green+Blue) = 6+123+223=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #067BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067BDF is #F98420. Grayscale: #626262. Windows color (decimal): -16352289 or 14646022. OLE color: 14646022.
HSL color Cylindrical-coordinate representation of color #067BDF: hue angle of 207.65º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067BDF is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 123 | 223 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.13 |
| HSL | 207.65º | 0.95% | 0.45% | - |
| HSV(B) | 207.65º | 0.97% | 0.87% | - |
| XYZ | 20.48 | 19.53 | 72.5 | - |
| YUV | 99.42 | 197.74 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 223 | 0.97 | 0.45 | 0 | 0.13 | 207.65 | 0.95 | 0.45 |
| Hex | 6 | 7B | DF | 61 | 2D | 0 | D | D0 | 5F | 2D |
| Octal | 6 | 173 | 337 | 141 | 55 | 0 | 15 | 320 | 137 | 55 |
| Binary | 110 | 1111011 | 11011111 | 1100001 | 101101 | 0 | 1101 | 11010000 | 1011111 | 101101 |
Color Harmonies of #067BDF
Complementary color
Monochromatic Colors of #067BDF
Black with #067BDF
Text Example
Text Example
White with #067BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067BDF; }
p { color: rgb(6,123,223); }
H1.HeaderClassName
{
color: #067BDF;
}
.AnyTagClassName
{
color: #067BDF;
}
</style>
background-color css
<style>
a { background-color: #067BDF; }
a { background-color: rgb(6,123,223); }
div.DivClassName
{
background-color: #067BDF;
}
.BgClassName
{
background-color: #067BDF;
}
</style>
border-color css
<style>
span { border-color: #067BDF; }
span { border-color: rgb(6,123,223); }
td.TdClassName
{
border-color: #067BDF;
}
.TagClassName
{
border-color: #067BDF;
}
</style>