Shades of Navy Blue #0668CA
Tints of Navy Blue #0668CA
RGB
CMYK
RGB Variations
Color information
#0668CA (or 0x0668CA) is known color: Navy Blue. HEX triplet: 06, 68 and CA. RGB value is (6,104,202). Sum of RGB (Red+Green+Blue) = 6+104+202=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #0668CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0668CA is #F99735. Grayscale: #555555. Windows color (decimal): -16357174 or 13264902. OLE color: 13264902.
HSL color Cylindrical-coordinate representation of color #0668CA: hue angle of 210º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0668CA is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 104 | 202 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.21 |
| HSL | 210º | 0.94% | 0.41% | - |
| HSV(B) | 210º | 0.97% | 0.79% | - |
| XYZ | 15.69 | 14.2 | 57.79 | - |
| YUV | 85.87 | 193.53 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 202 | 0.97 | 0.49 | 0 | 0.21 | 210 | 0.94 | 0.41 |
| Hex | 6 | 68 | CA | 61 | 31 | 0 | 15 | D2 | 5E | 29 |
| Octal | 6 | 150 | 312 | 141 | 61 | 0 | 25 | 322 | 136 | 51 |
| Binary | 110 | 1101000 | 11001010 | 1100001 | 110001 | 0 | 10101 | 11010010 | 1011110 | 101001 |
Color Harmonies of #0668CA
Complementary color
Monochromatic Colors of #0668CA
Black with #0668CA
Text Example
Text Example
White with #0668CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0668CA; }
p { color: rgb(6,104,202); }
H1.HeaderClassName
{
color: #0668CA;
}
.AnyTagClassName
{
color: #0668CA;
}
</style>
background-color css
<style>
a { background-color: #0668CA; }
a { background-color: rgb(6,104,202); }
div.DivClassName
{
background-color: #0668CA;
}
.BgClassName
{
background-color: #0668CA;
}
</style>
border-color css
<style>
span { border-color: #0668CA; }
span { border-color: rgb(6,104,202); }
td.TdClassName
{
border-color: #0668CA;
}
.TagClassName
{
border-color: #0668CA;
}
</style>