Shades of Navy Blue #006DEE
Tints of Navy Blue #006DEE
RGB
CMYK
RGB Variations
Color information
#006DEE (or 0x006DEE) is known color: Navy Blue. HEX triplet: 00, 6D and EE. RGB value is (0,109,238). Sum of RGB (Red+Green+Blue) = 0+109+238=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #006DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006DEE is #FF9211. Grayscale: #5A5A5A. Windows color (decimal): -16749074 or 15625472. OLE color: 15625472.
HSL color Cylindrical-coordinate representation of color #006DEE: hue angle of 212.52º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DEE is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 109 | 238 | - |
| CMYK | 1 | 0.54 | 0 | 0.07 |
| HSL | 212.52º | 1% | 0.47% | - |
| HSV(B) | 212.52º | 1% | 0.93% | - |
| XYZ | 20.9 | 17.11 | 83.09 | - |
| YUV | 91.12 | 210.89 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 238 | 1 | 0.54 | 0 | 0.07 | 212.52 | 1 | 0.47 |
| Hex | 0 | 6D | EE | 64 | 36 | 0 | 7 | D5 | 64 | 2F |
| Octal | 0 | 155 | 356 | 144 | 66 | 0 | 7 | 325 | 144 | 57 |
| Binary | 0 | 1101101 | 11101110 | 1100100 | 110110 | 0 | 111 | 11010101 | 1100100 | 101111 |
Color Harmonies of #006DEE
Complementary color
Monochromatic Colors of #006DEE
Black with #006DEE
Text Example
Text Example
White with #006DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DEE; }
p { color: rgb(0,109,238); }
H1.HeaderClassName
{
color: #006DEE;
}
.AnyTagClassName
{
color: #006DEE;
}
</style>
background-color css
<style>
a { background-color: #006DEE; }
a { background-color: rgb(0,109,238); }
div.DivClassName
{
background-color: #006DEE;
}
.BgClassName
{
background-color: #006DEE;
}
</style>
border-color css
<style>
span { border-color: #006DEE; }
span { border-color: rgb(0,109,238); }
td.TdClassName
{
border-color: #006DEE;
}
.TagClassName
{
border-color: #006DEE;
}
</style>