Shades of Navy Blue #067BCB
Tints of Navy Blue #067BCB
RGB
CMYK
RGB Variations
Color information
#067BCB (or 0x067BCB) is known color: Navy Blue. HEX triplet: 06, 7B and CB. RGB value is (6,123,203). Sum of RGB (Red+Green+Blue) = 6+123+203=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #067BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067BCB is #F98434. Grayscale: #606060. Windows color (decimal): -16352309 or 13335302. OLE color: 13335302.
HSL color Cylindrical-coordinate representation of color #067BCB: hue angle of 204.37º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067BCB is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 123 | 203 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.20 |
| HSL | 204.37º | 0.94% | 0.41% | - |
| HSV(B) | 204.37º | 0.97% | 0.8% | - |
| XYZ | 17.94 | 18.52 | 59.13 | - |
| YUV | 97.14 | 187.74 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 203 | 0.97 | 0.39 | 0 | 0.20 | 204.37 | 0.94 | 0.41 |
| Hex | 6 | 7B | CB | 61 | 27 | 0 | 14 | CC | 5E | 29 |
| Octal | 6 | 173 | 313 | 141 | 47 | 0 | 24 | 314 | 136 | 51 |
| Binary | 110 | 1111011 | 11001011 | 1100001 | 100111 | 0 | 10100 | 11001100 | 1011110 | 101001 |
Color Harmonies of #067BCB
Complementary color
Monochromatic Colors of #067BCB
Black with #067BCB
Text Example
Text Example
White with #067BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067BCB; }
p { color: rgb(6,123,203); }
H1.HeaderClassName
{
color: #067BCB;
}
.AnyTagClassName
{
color: #067BCB;
}
</style>
background-color css
<style>
a { background-color: #067BCB; }
a { background-color: rgb(6,123,203); }
div.DivClassName
{
background-color: #067BCB;
}
.BgClassName
{
background-color: #067BCB;
}
</style>
border-color css
<style>
span { border-color: #067BCB; }
span { border-color: rgb(6,123,203); }
td.TdClassName
{
border-color: #067BCB;
}
.TagClassName
{
border-color: #067BCB;
}
</style>