Shades of Navy Blue #067ACB
Tints of Navy Blue #067ACB
RGB
CMYK
RGB Variations
Color information
#067ACB (or 0x067ACB) is known color: Navy Blue. HEX triplet: 06, 7A and CB. RGB value is (6,122,203). Sum of RGB (Red+Green+Blue) = 6+122+203=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #067ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067ACB is #F98534. Grayscale: #606060. Windows color (decimal): -16352565 or 13335046. OLE color: 13335046.
HSL color Cylindrical-coordinate representation of color #067ACB: hue angle of 204.67º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067ACB is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 122 | 203 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.20 |
| HSL | 204.67º | 0.94% | 0.41% | - |
| HSV(B) | 204.67º | 0.97% | 0.8% | - |
| XYZ | 17.81 | 18.27 | 59.09 | - |
| YUV | 96.55 | 188.07 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 203 | 0.97 | 0.40 | 0 | 0.20 | 204.67 | 0.94 | 0.41 |
| Hex | 6 | 7A | CB | 61 | 28 | 0 | 14 | CD | 5E | 29 |
| Octal | 6 | 172 | 313 | 141 | 50 | 0 | 24 | 315 | 136 | 51 |
| Binary | 110 | 1111010 | 11001011 | 1100001 | 101000 | 0 | 10100 | 11001101 | 1011110 | 101001 |
Color Harmonies of #067ACB
Complementary color
Monochromatic Colors of #067ACB
Black with #067ACB
Text Example
Text Example
White with #067ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067ACB; }
p { color: rgb(6,122,203); }
H1.HeaderClassName
{
color: #067ACB;
}
.AnyTagClassName
{
color: #067ACB;
}
</style>
background-color css
<style>
a { background-color: #067ACB; }
a { background-color: rgb(6,122,203); }
div.DivClassName
{
background-color: #067ACB;
}
.BgClassName
{
background-color: #067ACB;
}
</style>
border-color css
<style>
span { border-color: #067ACB; }
span { border-color: rgb(6,122,203); }
td.TdClassName
{
border-color: #067ACB;
}
.TagClassName
{
border-color: #067ACB;
}
</style>