Shades of Navy Blue #067CCE
Tints of Navy Blue #067CCE
RGB
CMYK
RGB Variations
Color information
#067CCE (or 0x067CCE) is known color: Navy Blue. HEX triplet: 06, 7C and CE. RGB value is (6,124,206). Sum of RGB (Red+Green+Blue) = 6+124+206=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #067CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CCE is #F98331. Grayscale: #616161. Windows color (decimal): -16352050 or 13532166. OLE color: 13532166.
HSL color Cylindrical-coordinate representation of color #067CCE: hue angle of 204.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067CCE is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 124 | 206 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.19 |
| HSL | 204.6º | 0.94% | 0.42% | - |
| HSV(B) | 204.6º | 0.97% | 0.81% | - |
| XYZ | 18.42 | 18.91 | 61.07 | - |
| YUV | 98.07 | 188.91 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 206 | 0.97 | 0.40 | 0 | 0.19 | 204.6 | 0.94 | 0.42 |
| Hex | 6 | 7C | CE | 61 | 28 | 0 | 13 | CD | 5E | 2A |
| Octal | 6 | 174 | 316 | 141 | 50 | 0 | 23 | 315 | 136 | 52 |
| Binary | 110 | 1111100 | 11001110 | 1100001 | 101000 | 0 | 10011 | 11001101 | 1011110 | 101010 |
Color Harmonies of #067CCE
Complementary color
Monochromatic Colors of #067CCE
Black with #067CCE
Text Example
Text Example
White with #067CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067CCE; }
p { color: rgb(6,124,206); }
H1.HeaderClassName
{
color: #067CCE;
}
.AnyTagClassName
{
color: #067CCE;
}
</style>
background-color css
<style>
a { background-color: #067CCE; }
a { background-color: rgb(6,124,206); }
div.DivClassName
{
background-color: #067CCE;
}
.BgClassName
{
background-color: #067CCE;
}
</style>
border-color css
<style>
span { border-color: #067CCE; }
span { border-color: rgb(6,124,206); }
td.TdClassName
{
border-color: #067CCE;
}
.TagClassName
{
border-color: #067CCE;
}
</style>