Shades of Navy Blue #067CE0
Tints of Navy Blue #067CE0
RGB
CMYK
RGB Variations
Color information
#067CE0 (or 0x067CE0) is known color: Navy Blue. HEX triplet: 06, 7C and E0. RGB value is (6,124,224). Sum of RGB (Red+Green+Blue) = 6+124+224=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #067CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CE0 is #F9831F. Grayscale: #636363. Windows color (decimal): -16352032 or 14711814. OLE color: 14711814.
HSL color Cylindrical-coordinate representation of color #067CE0: hue angle of 207.52º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067CE0 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 124 | 224 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.12 |
| HSL | 207.52º | 0.95% | 0.45% | - |
| HSV(B) | 207.52º | 0.97% | 0.88% | - |
| XYZ | 20.74 | 19.84 | 73.26 | - |
| YUV | 100.12 | 197.91 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 224 | 0.97 | 0.45 | 0 | 0.12 | 207.52 | 0.95 | 0.45 |
| Hex | 6 | 7C | E0 | 61 | 2D | 0 | C | D0 | 5F | 2D |
| Octal | 6 | 174 | 340 | 141 | 55 | 0 | 14 | 320 | 137 | 55 |
| Binary | 110 | 1111100 | 11100000 | 1100001 | 101101 | 0 | 1100 | 11010000 | 1011111 | 101101 |
Color Harmonies of #067CE0
Complementary color
Monochromatic Colors of #067CE0
Black with #067CE0
Text Example
Text Example
White with #067CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067CE0; }
p { color: rgb(6,124,224); }
H1.HeaderClassName
{
color: #067CE0;
}
.AnyTagClassName
{
color: #067CE0;
}
</style>
background-color css
<style>
a { background-color: #067CE0; }
a { background-color: rgb(6,124,224); }
div.DivClassName
{
background-color: #067CE0;
}
.BgClassName
{
background-color: #067CE0;
}
</style>
border-color css
<style>
span { border-color: #067CE0; }
span { border-color: rgb(6,124,224); }
td.TdClassName
{
border-color: #067CE0;
}
.TagClassName
{
border-color: #067CE0;
}
</style>