Shades of Navy Blue #067CE2
Tints of Navy Blue #067CE2
RGB
CMYK
RGB Variations
Color information
#067CE2 (or 0x067CE2) is known color: Navy Blue. HEX triplet: 06, 7C and E2. RGB value is (6,124,226). Sum of RGB (Red+Green+Blue) = 6+124+226=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 226 (88.67% from 255 or 63.48% from 356); Max value from RGB is 226 - color contains mainly: blue. Hex color #067CE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CE2 is #F9831D. Grayscale: #636363. Windows color (decimal): -16352030 or 14842886. OLE color: 14842886.
HSL color Cylindrical-coordinate representation of color #067CE2: hue angle of 207.82º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067CE2 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 124 | 226 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.11 |
| HSL | 207.82º | 0.95% | 0.45% | - |
| HSV(B) | 207.82º | 0.97% | 0.89% | - |
| XYZ | 21.01 | 19.95 | 74.69 | - |
| YUV | 100.35 | 198.91 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 226 | 0.97 | 0.45 | 0 | 0.11 | 207.82 | 0.95 | 0.45 |
| Hex | 6 | 7C | E2 | 61 | 2D | 0 | B | D0 | 5F | 2D |
| Octal | 6 | 174 | 342 | 141 | 55 | 0 | 13 | 320 | 137 | 55 |
| Binary | 110 | 1111100 | 11100010 | 1100001 | 101101 | 0 | 1011 | 11010000 | 1011111 | 101101 |
Color Harmonies of #067CE2
Complementary color
Monochromatic Colors of #067CE2
Black with #067CE2
Text Example
Text Example
White with #067CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067CE2; }
p { color: rgb(6,124,226); }
H1.HeaderClassName
{
color: #067CE2;
}
.AnyTagClassName
{
color: #067CE2;
}
</style>
background-color css
<style>
a { background-color: #067CE2; }
a { background-color: rgb(6,124,226); }
div.DivClassName
{
background-color: #067CE2;
}
.BgClassName
{
background-color: #067CE2;
}
</style>
border-color css
<style>
span { border-color: #067CE2; }
span { border-color: rgb(6,124,226); }
td.TdClassName
{
border-color: #067CE2;
}
.TagClassName
{
border-color: #067CE2;
}
</style>