Shades of Navy Blue #066FC4
Tints of Navy Blue #066FC4
RGB
CMYK
RGB Variations
Color information
#066FC4 (or 0x066FC4) is known color: Navy Blue. HEX triplet: 06, 6F and C4. RGB value is (6,111,196). Sum of RGB (Red+Green+Blue) = 6+111+196=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 196 (76.95% from 255 or 62.62% from 313); Max value from RGB is 196 - color contains mainly: blue. Hex color #066FC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066FC4 is #F9903B. Grayscale: #585858. Windows color (decimal): -16355388 or 12873478. OLE color: 12873478.
HSL color Cylindrical-coordinate representation of color #066FC4: hue angle of 206.84º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066FC4 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 111 | 196 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.23 |
| HSL | 206.84º | 0.94% | 0.4% | - |
| HSV(B) | 206.84º | 0.97% | 0.77% | - |
| XYZ | 15.72 | 15.39 | 54.37 | - |
| YUV | 89.3 | 188.21 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 196 | 0.97 | 0.43 | 0 | 0.23 | 206.84 | 0.94 | 0.4 |
| Hex | 6 | 6F | C4 | 61 | 2B | 0 | 17 | CF | 5E | 28 |
| Octal | 6 | 157 | 304 | 141 | 53 | 0 | 27 | 317 | 136 | 50 |
| Binary | 110 | 1101111 | 11000100 | 1100001 | 101011 | 0 | 10111 | 11001111 | 1011110 | 101000 |
Color Harmonies of #066FC4
Complementary color
Monochromatic Colors of #066FC4
Black with #066FC4
Text Example
Text Example
White with #066FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066FC4; }
p { color: rgb(6,111,196); }
H1.HeaderClassName
{
color: #066FC4;
}
.AnyTagClassName
{
color: #066FC4;
}
</style>
background-color css
<style>
a { background-color: #066FC4; }
a { background-color: rgb(6,111,196); }
div.DivClassName
{
background-color: #066FC4;
}
.BgClassName
{
background-color: #066FC4;
}
</style>
border-color css
<style>
span { border-color: #066FC4; }
span { border-color: rgb(6,111,196); }
td.TdClassName
{
border-color: #066FC4;
}
.TagClassName
{
border-color: #066FC4;
}
</style>