Shades of Navy Blue #067BE1
Tints of Navy Blue #067BE1
RGB
CMYK
RGB Variations
Color information
#067BE1 (or 0x067BE1) is known color: Navy Blue. HEX triplet: 06, 7B and E1. RGB value is (6,123,225). Sum of RGB (Red+Green+Blue) = 6+123+225=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 225 (88.28% from 255 or 63.56% from 354); Max value from RGB is 225 - color contains mainly: blue. Hex color #067BE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067BE1 is #F9841E. Grayscale: #636363. Windows color (decimal): -16352287 or 14777094. OLE color: 14777094.
HSL color Cylindrical-coordinate representation of color #067BE1: hue angle of 207.95º 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 #067BE1 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 123 | 225 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.12 |
| HSL | 207.95º | 0.95% | 0.45% | - |
| HSV(B) | 207.95º | 0.97% | 0.88% | - |
| XYZ | 20.75 | 19.64 | 73.93 | - |
| YUV | 99.65 | 198.74 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 225 | 0.97 | 0.45 | 0 | 0.12 | 207.95 | 0.95 | 0.45 |
| Hex | 6 | 7B | E1 | 61 | 2D | 0 | C | D0 | 5F | 2D |
| Octal | 6 | 173 | 341 | 141 | 55 | 0 | 14 | 320 | 137 | 55 |
| Binary | 110 | 1111011 | 11100001 | 1100001 | 101101 | 0 | 1100 | 11010000 | 1011111 | 101101 |
Color Harmonies of #067BE1
Complementary color
Monochromatic Colors of #067BE1
Black with #067BE1
Text Example
Text Example
White with #067BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067BE1; }
p { color: rgb(6,123,225); }
H1.HeaderClassName
{
color: #067BE1;
}
.AnyTagClassName
{
color: #067BE1;
}
</style>
background-color css
<style>
a { background-color: #067BE1; }
a { background-color: rgb(6,123,225); }
div.DivClassName
{
background-color: #067BE1;
}
.BgClassName
{
background-color: #067BE1;
}
</style>
border-color css
<style>
span { border-color: #067BE1; }
span { border-color: rgb(6,123,225); }
td.TdClassName
{
border-color: #067BE1;
}
.TagClassName
{
border-color: #067BE1;
}
</style>