Shades of Navy Blue #0647DE
Tints of Navy Blue #0647DE
RGB
CMYK
RGB Variations
Color information
#0647DE (or 0x0647DE) is known color: Navy Blue. HEX triplet: 06, 47 and DE. RGB value is (6,71,222). Sum of RGB (Red+Green+Blue) = 6+71+222=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #0647DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0647DE is #F9B821. Grayscale: #444444. Windows color (decimal): -16365602 or 14567174. OLE color: 14567174.
HSL color Cylindrical-coordinate representation of color #0647DE: hue angle of 221.94º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0647DE is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 71 | 222 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.13 |
| HSL | 221.94º | 0.95% | 0.45% | - |
| HSV(B) | 221.94º | 0.97% | 0.87% | - |
| XYZ | 15.51 | 9.82 | 70.18 | - |
| YUV | 68.78 | 214.47 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 222 | 0.97 | 0.68 | 0 | 0.13 | 221.94 | 0.95 | 0.45 |
| Hex | 6 | 47 | DE | 61 | 44 | 0 | D | DE | 5F | 2D |
| Octal | 6 | 107 | 336 | 141 | 104 | 0 | 15 | 336 | 137 | 55 |
| Binary | 110 | 1000111 | 11011110 | 1100001 | 1000100 | 0 | 1101 | 11011110 | 1011111 | 101101 |
Color Harmonies of #0647DE
Complementary color
Monochromatic Colors of #0647DE
Black with #0647DE
Text Example
Text Example
White with #0647DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0647DE; }
p { color: rgb(6,71,222); }
H1.HeaderClassName
{
color: #0647DE;
}
.AnyTagClassName
{
color: #0647DE;
}
</style>
background-color css
<style>
a { background-color: #0647DE; }
a { background-color: rgb(6,71,222); }
div.DivClassName
{
background-color: #0647DE;
}
.BgClassName
{
background-color: #0647DE;
}
</style>
border-color css
<style>
span { border-color: #0647DE; }
span { border-color: rgb(6,71,222); }
td.TdClassName
{
border-color: #0647DE;
}
.TagClassName
{
border-color: #0647DE;
}
</style>