Shades of Navy Blue #0672CC
Tints of Navy Blue #0672CC
RGB
CMYK
RGB Variations
Color information
#0672CC (or 0x0672CC) is known color: Navy Blue. HEX triplet: 06, 72 and CC. RGB value is (6,114,204). Sum of RGB (Red+Green+Blue) = 6+114+204=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #0672CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0672CC is #F98D33. Grayscale: #5B5B5B. Windows color (decimal): -16354612 or 13398534. OLE color: 13398534.
HSL color Cylindrical-coordinate representation of color #0672CC: hue angle of 207.27º 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 #0672CC is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 114 | 204 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.2 |
| HSL | 207.27º | 0.94% | 0.41% | - |
| HSV(B) | 207.27º | 0.97% | 0.8% | - |
| XYZ | 16.99 | 16.43 | 59.4 | - |
| YUV | 91.97 | 191.22 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 204 | 0.97 | 0.44 | 0 | 0.2 | 207.27 | 0.94 | 0.41 |
| Hex | 6 | 72 | CC | 61 | 2C | 0 | 14 | CF | 5E | 29 |
| Octal | 6 | 162 | 314 | 141 | 54 | 0 | 24 | 317 | 136 | 51 |
| Binary | 110 | 1110010 | 11001100 | 1100001 | 101100 | 0 | 10100 | 11001111 | 1011110 | 101001 |
Color Harmonies of #0672CC
Complementary color
Monochromatic Colors of #0672CC
Black with #0672CC
Text Example
Text Example
White with #0672CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0672CC; }
p { color: rgb(6,114,204); }
H1.HeaderClassName
{
color: #0672CC;
}
.AnyTagClassName
{
color: #0672CC;
}
</style>
background-color css
<style>
a { background-color: #0672CC; }
a { background-color: rgb(6,114,204); }
div.DivClassName
{
background-color: #0672CC;
}
.BgClassName
{
background-color: #0672CC;
}
</style>
border-color css
<style>
span { border-color: #0672CC; }
span { border-color: rgb(6,114,204); }
td.TdClassName
{
border-color: #0672CC;
}
.TagClassName
{
border-color: #0672CC;
}
</style>