Shades of Navy Blue #0667BB
Tints of Navy Blue #0667BB
RGB
CMYK
RGB Variations
Color information
#0667BB (or 0x0667BB) is known color: Navy Blue. HEX triplet: 06, 67 and BB. RGB value is (6,103,187). Sum of RGB (Red+Green+Blue) = 6+103+187=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #0667BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0667BB is #F99844. Grayscale: #535353. Windows color (decimal): -16357445 or 12281606. OLE color: 12281606.
HSL color Cylindrical-coordinate representation of color #0667BB: hue angle of 207.85º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0667BB is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 103 | 187 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.27 |
| HSL | 207.85º | 0.94% | 0.38% | - |
| HSV(B) | 207.85º | 0.97% | 0.73% | - |
| XYZ | 13.89 | 13.33 | 48.85 | - |
| YUV | 83.57 | 186.36 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 187 | 0.97 | 0.45 | 0 | 0.27 | 207.85 | 0.94 | 0.38 |
| Hex | 6 | 67 | BB | 61 | 2D | 0 | 1B | D0 | 5E | 26 |
| Octal | 6 | 147 | 273 | 141 | 55 | 0 | 33 | 320 | 136 | 46 |
| Binary | 110 | 1100111 | 10111011 | 1100001 | 101101 | 0 | 11011 | 11010000 | 1011110 | 100110 |
Color Harmonies of #0667BB
Complementary color
Monochromatic Colors of #0667BB
Black with #0667BB
Text Example
Text Example
White with #0667BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0667BB; }
p { color: rgb(6,103,187); }
H1.HeaderClassName
{
color: #0667BB;
}
.AnyTagClassName
{
color: #0667BB;
}
</style>
background-color css
<style>
a { background-color: #0667BB; }
a { background-color: rgb(6,103,187); }
div.DivClassName
{
background-color: #0667BB;
}
.BgClassName
{
background-color: #0667BB;
}
</style>
border-color css
<style>
span { border-color: #0667BB; }
span { border-color: rgb(6,103,187); }
td.TdClassName
{
border-color: #0667BB;
}
.TagClassName
{
border-color: #0667BB;
}
</style>