Shades of Navy Blue #0067BA
Tints of Navy Blue #0067BA
RGB
CMYK
RGB Variations
Color information
#0067BA (or 0x0067BA) is known color: Navy Blue. HEX triplet: 00, 67 and BA. RGB value is (0,103,186). Sum of RGB (Red+Green+Blue) = 0+103+186=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #0067BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0067BA is #FF9845. Grayscale: #515151. Windows color (decimal): -16750662 or 12216064. OLE color: 12216064.
HSL color Cylindrical-coordinate representation of color #0067BA: hue angle of 206.77º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0067BA is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 103 | 186 | - |
| CMYK | 1 | 0.45 | 0 | 0.27 |
| HSL | 206.77º | 1% | 0.36% | - |
| HSV(B) | 206.77º | 1% | 0.73% | - |
| XYZ | 13.71 | 13.25 | 48.29 | - |
| YUV | 81.67 | 186.88 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 186 | 1 | 0.45 | 0 | 0.27 | 206.77 | 1 | 0.36 |
| Hex | 0 | 67 | BA | 64 | 2D | 0 | 1B | CF | 64 | 24 |
| Octal | 0 | 147 | 272 | 144 | 55 | 0 | 33 | 317 | 144 | 44 |
| Binary | 0 | 1100111 | 10111010 | 1100100 | 101101 | 0 | 11011 | 11001111 | 1100100 | 100100 |
Color Harmonies of #0067BA
Complementary color
Monochromatic Colors of #0067BA
Black with #0067BA
Text Example
Text Example
White with #0067BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0067BA; }
p { color: rgb(0,103,186); }
H1.HeaderClassName
{
color: #0067BA;
}
.AnyTagClassName
{
color: #0067BA;
}
</style>
background-color css
<style>
a { background-color: #0067BA; }
a { background-color: rgb(0,103,186); }
div.DivClassName
{
background-color: #0067BA;
}
.BgClassName
{
background-color: #0067BA;
}
</style>
border-color css
<style>
span { border-color: #0067BA; }
span { border-color: rgb(0,103,186); }
td.TdClassName
{
border-color: #0067BA;
}
.TagClassName
{
border-color: #0067BA;
}
</style>