Shades of Navy Blue #006BC2
Tints of Navy Blue #006BC2
RGB
CMYK
RGB Variations
Color information
#006BC2 (or 0x006BC2) is known color: Navy Blue. HEX triplet: 00, 6B and C2. RGB value is (0,107,194). Sum of RGB (Red+Green+Blue) = 0+107+194=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 194 (76.17% from 255 or 64.45% from 301); Max value from RGB is 194 - color contains mainly: blue. Hex color #006BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BC2 is #FF943D. Grayscale: #545454. Windows color (decimal): -16749630 or 12741376. OLE color: 12741376.
HSL color Cylindrical-coordinate representation of color #006BC2: hue angle of 206.91º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BC2 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 107 | 194 | - |
| CMYK | 1 | 0.45 | 0 | 0.24 |
| HSL | 206.91º | 1% | 0.38% | - |
| HSV(B) | 206.91º | 1% | 0.76% | - |
| XYZ | 15 | 14.41 | 53.03 | - |
| YUV | 84.93 | 189.55 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 194 | 1 | 0.45 | 0 | 0.24 | 206.91 | 1 | 0.38 |
| Hex | 0 | 6B | C2 | 64 | 2D | 0 | 18 | CF | 64 | 26 |
| Octal | 0 | 153 | 302 | 144 | 55 | 0 | 30 | 317 | 144 | 46 |
| Binary | 0 | 1101011 | 11000010 | 1100100 | 101101 | 0 | 11000 | 11001111 | 1100100 | 100110 |
Color Harmonies of #006BC2
Complementary color
Monochromatic Colors of #006BC2
Black with #006BC2
Text Example
Text Example
White with #006BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BC2; }
p { color: rgb(0,107,194); }
H1.HeaderClassName
{
color: #006BC2;
}
.AnyTagClassName
{
color: #006BC2;
}
</style>
background-color css
<style>
a { background-color: #006BC2; }
a { background-color: rgb(0,107,194); }
div.DivClassName
{
background-color: #006BC2;
}
.BgClassName
{
background-color: #006BC2;
}
</style>
border-color css
<style>
span { border-color: #006BC2; }
span { border-color: rgb(0,107,194); }
td.TdClassName
{
border-color: #006BC2;
}
.TagClassName
{
border-color: #006BC2;
}
</style>