Shades of Navy Blue #0069EF
Tints of Navy Blue #0069EF
RGB
CMYK
RGB Variations
Color information
#0069EF (or 0x0069EF) is known color: Navy Blue. HEX triplet: 00, 69 and EF. RGB value is (0,105,239). Sum of RGB (Red+Green+Blue) = 0+105+239=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #0069EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0069EF is #FF9610. Grayscale: #585858. Windows color (decimal): -16750097 or 15689984. OLE color: 15689984.
HSL color Cylindrical-coordinate representation of color #0069EF: hue angle of 213.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0069EF is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 105 | 239 | - |
| CMYK | 1 | 0.56 | 0 | 0.06 |
| HSL | 213.64º | 1% | 0.47% | - |
| HSV(B) | 213.64º | 1% | 0.94% | - |
| XYZ | 20.63 | 16.34 | 83.73 | - |
| YUV | 88.88 | 212.71 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 239 | 1 | 0.56 | 0 | 0.06 | 213.64 | 1 | 0.47 |
| Hex | 0 | 69 | EF | 64 | 38 | 0 | 6 | D6 | 64 | 2F |
| Octal | 0 | 151 | 357 | 144 | 70 | 0 | 6 | 326 | 144 | 57 |
| Binary | 0 | 1101001 | 11101111 | 1100100 | 111000 | 0 | 110 | 11010110 | 1100100 | 101111 |
Color Harmonies of #0069EF
Complementary color
Monochromatic Colors of #0069EF
Black with #0069EF
Text Example
Text Example
White with #0069EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0069EF; }
p { color: rgb(0,105,239); }
H1.HeaderClassName
{
color: #0069EF;
}
.AnyTagClassName
{
color: #0069EF;
}
</style>
background-color css
<style>
a { background-color: #0069EF; }
a { background-color: rgb(0,105,239); }
div.DivClassName
{
background-color: #0069EF;
}
.BgClassName
{
background-color: #0069EF;
}
</style>
border-color css
<style>
span { border-color: #0069EF; }
span { border-color: rgb(0,105,239); }
td.TdClassName
{
border-color: #0069EF;
}
.TagClassName
{
border-color: #0069EF;
}
</style>