Shades of Navy Blue #0067BE
Tints of Navy Blue #0067BE
RGB
CMYK
RGB Variations
Color information
#0067BE (or 0x0067BE) is known color: Navy Blue. HEX triplet: 00, 67 and BE. RGB value is (0,103,190). Sum of RGB (Red+Green+Blue) = 0+103+190=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #0067BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0067BE is #FF9841. Grayscale: #515151. Windows color (decimal): -16750658 or 12478208. OLE color: 12478208.
HSL color Cylindrical-coordinate representation of color #0067BE: hue angle of 207.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0067BE is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 103 | 190 | - |
| CMYK | 1 | 0.46 | 0 | 0.25 |
| HSL | 207.47º | 1% | 0.37% | - |
| HSV(B) | 207.47º | 1% | 0.75% | - |
| XYZ | 14.14 | 13.42 | 50.56 | - |
| YUV | 82.12 | 188.88 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 190 | 1 | 0.46 | 0 | 0.25 | 207.47 | 1 | 0.37 |
| Hex | 0 | 67 | BE | 64 | 2E | 0 | 19 | CF | 64 | 25 |
| Octal | 0 | 147 | 276 | 144 | 56 | 0 | 31 | 317 | 144 | 45 |
| Binary | 0 | 1100111 | 10111110 | 1100100 | 101110 | 0 | 11001 | 11001111 | 1100100 | 100101 |
Color Harmonies of #0067BE
Complementary color
Monochromatic Colors of #0067BE
Black with #0067BE
Text Example
Text Example
White with #0067BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0067BE; }
p { color: rgb(0,103,190); }
H1.HeaderClassName
{
color: #0067BE;
}
.AnyTagClassName
{
color: #0067BE;
}
</style>
background-color css
<style>
a { background-color: #0067BE; }
a { background-color: rgb(0,103,190); }
div.DivClassName
{
background-color: #0067BE;
}
.BgClassName
{
background-color: #0067BE;
}
</style>
border-color css
<style>
span { border-color: #0067BE; }
span { border-color: rgb(0,103,190); }
td.TdClassName
{
border-color: #0067BE;
}
.TagClassName
{
border-color: #0067BE;
}
</style>