Shades of Navy Blue #0069E6
Tints of Navy Blue #0069E6
RGB
CMYK
RGB Variations
Color information
#0069E6 (or 0x0069E6) is known color: Navy Blue. HEX triplet: 00, 69 and E6. RGB value is (0,105,230). Sum of RGB (Red+Green+Blue) = 0+105+230=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 230 (90.23% from 255 or 68.66% from 335); Max value from RGB is 230 - color contains mainly: blue. Hex color #0069E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0069E6 is #FF9619. Grayscale: #575757. Windows color (decimal): -16750106 or 15100160. OLE color: 15100160.
HSL color Cylindrical-coordinate representation of color #0069E6: hue angle of 212.61º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0069E6 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 105 | 230 | - |
| CMYK | 1 | 0.54 | 0 | 0.10 |
| HSL | 212.61º | 1% | 0.45% | - |
| HSV(B) | 212.61º | 1% | 0.9% | - |
| XYZ | 19.33 | 15.82 | 76.9 | - |
| YUV | 87.86 | 208.21 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 230 | 1 | 0.54 | 0 | 0.10 | 212.61 | 1 | 0.45 |
| Hex | 0 | 69 | E6 | 64 | 36 | 0 | A | D5 | 64 | 2D |
| Octal | 0 | 151 | 346 | 144 | 66 | 0 | 12 | 325 | 144 | 55 |
| Binary | 0 | 1101001 | 11100110 | 1100100 | 110110 | 0 | 1010 | 11010101 | 1100100 | 101101 |
Color Harmonies of #0069E6
Complementary color
Monochromatic Colors of #0069E6
Black with #0069E6
Text Example
Text Example
White with #0069E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0069E6; }
p { color: rgb(0,105,230); }
H1.HeaderClassName
{
color: #0069E6;
}
.AnyTagClassName
{
color: #0069E6;
}
</style>
background-color css
<style>
a { background-color: #0069E6; }
a { background-color: rgb(0,105,230); }
div.DivClassName
{
background-color: #0069E6;
}
.BgClassName
{
background-color: #0069E6;
}
</style>
border-color css
<style>
span { border-color: #0069E6; }
span { border-color: rgb(0,105,230); }
td.TdClassName
{
border-color: #0069E6;
}
.TagClassName
{
border-color: #0069E6;
}
</style>