Shades of Navy Blue #0669C2
Tints of Navy Blue #0669C2
RGB
CMYK
RGB Variations
Color information
#0669C2 (or 0x0669C2) is known color: Navy Blue. HEX triplet: 06, 69 and C2. RGB value is (6,105,194). Sum of RGB (Red+Green+Blue) = 6+105+194=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #0669C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0669C2 is #F9963D. Grayscale: #555555. Windows color (decimal): -16356926 or 12740870. OLE color: 12740870.
HSL color Cylindrical-coordinate representation of color #0669C2: hue angle of 208.4º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0669C2 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 105 | 194 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.24 |
| HSL | 208.4º | 0.94% | 0.39% | - |
| HSV(B) | 208.4º | 0.97% | 0.76% | - |
| XYZ | 14.86 | 14.04 | 52.96 | - |
| YUV | 85.55 | 189.2 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 194 | 0.97 | 0.46 | 0 | 0.24 | 208.4 | 0.94 | 0.39 |
| Hex | 6 | 69 | C2 | 61 | 2E | 0 | 18 | D0 | 5E | 27 |
| Octal | 6 | 151 | 302 | 141 | 56 | 0 | 30 | 320 | 136 | 47 |
| Binary | 110 | 1101001 | 11000010 | 1100001 | 101110 | 0 | 11000 | 11010000 | 1011110 | 100111 |
Color Harmonies of #0669C2
Complementary color
Monochromatic Colors of #0669C2
Black with #0669C2
Text Example
Text Example
White with #0669C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0669C2; }
p { color: rgb(6,105,194); }
H1.HeaderClassName
{
color: #0669C2;
}
.AnyTagClassName
{
color: #0669C2;
}
</style>
background-color css
<style>
a { background-color: #0669C2; }
a { background-color: rgb(6,105,194); }
div.DivClassName
{
background-color: #0669C2;
}
.BgClassName
{
background-color: #0669C2;
}
</style>
border-color css
<style>
span { border-color: #0669C2; }
span { border-color: rgb(6,105,194); }
td.TdClassName
{
border-color: #0669C2;
}
.TagClassName
{
border-color: #0669C2;
}
</style>