Shades of Navy Blue #0661CB
Tints of Navy Blue #0661CB
RGB
CMYK
RGB Variations
Color information
#0661CB (or 0x0661CB) is known color: Navy Blue. HEX triplet: 06, 61 and CB. RGB value is (6,97,203). Sum of RGB (Red+Green+Blue) = 6+97+203=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #0661CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0661CB is #F99E34. Grayscale: #515151. Windows color (decimal): -16358965 or 13328646. OLE color: 13328646.
HSL color Cylindrical-coordinate representation of color #0661CB: hue angle of 212.28º 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 #0661CB is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 97 | 203 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.20 |
| HSL | 212.28º | 0.94% | 0.41% | - |
| HSV(B) | 212.28º | 0.97% | 0.8% | - |
| XYZ | 15.13 | 12.9 | 58.19 | - |
| YUV | 81.88 | 196.35 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 203 | 0.97 | 0.52 | 0 | 0.20 | 212.28 | 0.94 | 0.41 |
| Hex | 6 | 61 | CB | 61 | 34 | 0 | 14 | D4 | 5E | 29 |
| Octal | 6 | 141 | 313 | 141 | 64 | 0 | 24 | 324 | 136 | 51 |
| Binary | 110 | 1100001 | 11001011 | 1100001 | 110100 | 0 | 10100 | 11010100 | 1011110 | 101001 |
Color Harmonies of #0661CB
Complementary color
Monochromatic Colors of #0661CB
Black with #0661CB
Text Example
Text Example
White with #0661CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0661CB; }
p { color: rgb(6,97,203); }
H1.HeaderClassName
{
color: #0661CB;
}
.AnyTagClassName
{
color: #0661CB;
}
</style>
background-color css
<style>
a { background-color: #0661CB; }
a { background-color: rgb(6,97,203); }
div.DivClassName
{
background-color: #0661CB;
}
.BgClassName
{
background-color: #0661CB;
}
</style>
border-color css
<style>
span { border-color: #0661CB; }
span { border-color: rgb(6,97,203); }
td.TdClassName
{
border-color: #0661CB;
}
.TagClassName
{
border-color: #0661CB;
}
</style>