Shades of Navy Blue #0667BF
Tints of Navy Blue #0667BF
RGB
CMYK
RGB Variations
Color information
#0667BF (or 0x0667BF) is known color: Navy Blue. HEX triplet: 06, 67 and BF. RGB value is (6,103,191). Sum of RGB (Red+Green+Blue) = 6+103+191=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #0667BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0667BF is #F99840. Grayscale: #535353. Windows color (decimal): -16357441 or 12543750. OLE color: 12543750.
HSL color Cylindrical-coordinate representation of color #0667BF: hue angle of 208.54º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0667BF is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 103 | 191 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.25 |
| HSL | 208.54º | 0.94% | 0.39% | - |
| HSV(B) | 208.54º | 0.97% | 0.75% | - |
| XYZ | 14.33 | 13.5 | 51.14 | - |
| YUV | 84.03 | 188.36 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 191 | 0.97 | 0.46 | 0 | 0.25 | 208.54 | 0.94 | 0.39 |
| Hex | 6 | 67 | BF | 61 | 2E | 0 | 19 | D1 | 5E | 27 |
| Octal | 6 | 147 | 277 | 141 | 56 | 0 | 31 | 321 | 136 | 47 |
| Binary | 110 | 1100111 | 10111111 | 1100001 | 101110 | 0 | 11001 | 11010001 | 1011110 | 100111 |
Color Harmonies of #0667BF
Complementary color
Monochromatic Colors of #0667BF
Black with #0667BF
Text Example
Text Example
White with #0667BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0667BF; }
p { color: rgb(6,103,191); }
H1.HeaderClassName
{
color: #0667BF;
}
.AnyTagClassName
{
color: #0667BF;
}
</style>
background-color css
<style>
a { background-color: #0667BF; }
a { background-color: rgb(6,103,191); }
div.DivClassName
{
background-color: #0667BF;
}
.BgClassName
{
background-color: #0667BF;
}
</style>
border-color css
<style>
span { border-color: #0667BF; }
span { border-color: rgb(6,103,191); }
td.TdClassName
{
border-color: #0667BF;
}
.TagClassName
{
border-color: #0667BF;
}
</style>