Shades of Navy Blue #006BC4
Tints of Navy Blue #006BC4
RGB
CMYK
RGB Variations
Color information
#006BC4 (or 0x006BC4) is known color: Navy Blue. HEX triplet: 00, 6B and C4. RGB value is (0,107,196). Sum of RGB (Red+Green+Blue) = 0+107+196=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 196 (76.95% from 255 or 64.69% from 303); Max value from RGB is 196 - color contains mainly: blue. Hex color #006BC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BC4 is #FF943B. Grayscale: #545454. Windows color (decimal): -16749628 or 12872448. OLE color: 12872448.
HSL color Cylindrical-coordinate representation of color #006BC4: hue angle of 207.24º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BC4 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 107 | 196 | - |
| CMYK | 1 | 0.45 | 0 | 0.23 |
| HSL | 207.24º | 1% | 0.38% | - |
| HSV(B) | 207.24º | 1% | 0.77% | - |
| XYZ | 15.22 | 14.5 | 54.22 | - |
| YUV | 85.15 | 190.55 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 196 | 1 | 0.45 | 0 | 0.23 | 207.24 | 1 | 0.38 |
| Hex | 0 | 6B | C4 | 64 | 2D | 0 | 17 | CF | 64 | 26 |
| Octal | 0 | 153 | 304 | 144 | 55 | 0 | 27 | 317 | 144 | 46 |
| Binary | 0 | 1101011 | 11000100 | 1100100 | 101101 | 0 | 10111 | 11001111 | 1100100 | 100110 |
Color Harmonies of #006BC4
Complementary color
Monochromatic Colors of #006BC4
Black with #006BC4
Text Example
Text Example
White with #006BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BC4; }
p { color: rgb(0,107,196); }
H1.HeaderClassName
{
color: #006BC4;
}
.AnyTagClassName
{
color: #006BC4;
}
</style>
background-color css
<style>
a { background-color: #006BC4; }
a { background-color: rgb(0,107,196); }
div.DivClassName
{
background-color: #006BC4;
}
.BgClassName
{
background-color: #006BC4;
}
</style>
border-color css
<style>
span { border-color: #006BC4; }
span { border-color: rgb(0,107,196); }
td.TdClassName
{
border-color: #006BC4;
}
.TagClassName
{
border-color: #006BC4;
}
</style>