Shades of Navy Blue #0069C1
Tints of Navy Blue #0069C1
RGB
CMYK
RGB Variations
Color information
#0069C1 (or 0x0069C1) is known color: Navy Blue. HEX triplet: 00, 69 and C1. RGB value is (0,105,193). Sum of RGB (Red+Green+Blue) = 0+105+193=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 193 (75.78% from 255 or 64.77% from 298); Max value from RGB is 193 - color contains mainly: blue. Hex color #0069C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0069C1 is #FF963E. Grayscale: #535353. Windows color (decimal): -16750143 or 12675328. OLE color: 12675328.
HSL color Cylindrical-coordinate representation of color #0069C1: hue angle of 207.36º 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 #0069C1 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 105 | 193 | - |
| CMYK | 1 | 0.46 | 0 | 0.24 |
| HSL | 207.36º | 1% | 0.38% | - |
| HSV(B) | 207.36º | 1% | 0.76% | - |
| XYZ | 14.68 | 13.95 | 52.37 | - |
| YUV | 83.64 | 189.71 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 193 | 1 | 0.46 | 0 | 0.24 | 207.36 | 1 | 0.38 |
| Hex | 0 | 69 | C1 | 64 | 2E | 0 | 18 | CF | 64 | 26 |
| Octal | 0 | 151 | 301 | 144 | 56 | 0 | 30 | 317 | 144 | 46 |
| Binary | 0 | 1101001 | 11000001 | 1100100 | 101110 | 0 | 11000 | 11001111 | 1100100 | 100110 |
Color Harmonies of #0069C1
Complementary color
Monochromatic Colors of #0069C1
Black with #0069C1
Text Example
Text Example
White with #0069C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0069C1; }
p { color: rgb(0,105,193); }
H1.HeaderClassName
{
color: #0069C1;
}
.AnyTagClassName
{
color: #0069C1;
}
</style>
background-color css
<style>
a { background-color: #0069C1; }
a { background-color: rgb(0,105,193); }
div.DivClassName
{
background-color: #0069C1;
}
.BgClassName
{
background-color: #0069C1;
}
</style>
border-color css
<style>
span { border-color: #0069C1; }
span { border-color: rgb(0,105,193); }
td.TdClassName
{
border-color: #0069C1;
}
.TagClassName
{
border-color: #0069C1;
}
</style>