Shades of Navy Blue #006DF1
Tints of Navy Blue #006DF1
RGB
CMYK
RGB Variations
Color information
#006DF1 (or 0x006DF1) is known color: Navy Blue. HEX triplet: 00, 6D and F1. RGB value is (0,109,241). Sum of RGB (Red+Green+Blue) = 0+109+241=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 241 (94.53% from 255 or 68.86% from 350); Max value from RGB is 241 - color contains mainly: blue. Hex color #006DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006DF1 is #FF920E. Grayscale: #5A5A5A. Windows color (decimal): -16749071 or 15822080. OLE color: 15822080.
HSL color Cylindrical-coordinate representation of color #006DF1: hue angle of 212.86º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DF1 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 109 | 241 | - |
| CMYK | 1 | 0.55 | 0 | 0.05 |
| HSL | 212.86º | 1% | 0.47% | - |
| HSV(B) | 212.86º | 1% | 0.95% | - |
| XYZ | 21.35 | 17.29 | 85.43 | - |
| YUV | 91.46 | 212.39 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 241 | 1 | 0.55 | 0 | 0.05 | 212.86 | 1 | 0.47 |
| Hex | 0 | 6D | F1 | 64 | 37 | 0 | 5 | D5 | 64 | 2F |
| Octal | 0 | 155 | 361 | 144 | 67 | 0 | 5 | 325 | 144 | 57 |
| Binary | 0 | 1101101 | 11110001 | 1100100 | 110111 | 0 | 101 | 11010101 | 1100100 | 101111 |
Color Harmonies of #006DF1
Complementary color
Monochromatic Colors of #006DF1
Black with #006DF1
Text Example
Text Example
White with #006DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DF1; }
p { color: rgb(0,109,241); }
H1.HeaderClassName
{
color: #006DF1;
}
.AnyTagClassName
{
color: #006DF1;
}
</style>
background-color css
<style>
a { background-color: #006DF1; }
a { background-color: rgb(0,109,241); }
div.DivClassName
{
background-color: #006DF1;
}
.BgClassName
{
background-color: #006DF1;
}
</style>
border-color css
<style>
span { border-color: #006DF1; }
span { border-color: rgb(0,109,241); }
td.TdClassName
{
border-color: #006DF1;
}
.TagClassName
{
border-color: #006DF1;
}
</style>