Shades of Navy Blue #066BDF
Tints of Navy Blue #066BDF
RGB
CMYK
RGB Variations
Color information
#066BDF (or 0x066BDF) is known color: Navy Blue. HEX triplet: 06, 6B and DF. RGB value is (6,107,223). Sum of RGB (Red+Green+Blue) = 6+107+223=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #066BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066BDF is #F99420. Grayscale: #595959. Windows color (decimal): -16356385 or 14641926. OLE color: 14641926.
HSL color Cylindrical-coordinate representation of color #066BDF: hue angle of 212.07º 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 #066BDF is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 107 | 223 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.13 |
| HSL | 212.07º | 0.95% | 0.45% | - |
| HSV(B) | 212.07º | 0.97% | 0.87% | - |
| XYZ | 18.65 | 15.88 | 71.89 | - |
| YUV | 90.03 | 203.04 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 223 | 0.97 | 0.52 | 0 | 0.13 | 212.07 | 0.95 | 0.45 |
| Hex | 6 | 6B | DF | 61 | 34 | 0 | D | D4 | 5F | 2D |
| Octal | 6 | 153 | 337 | 141 | 64 | 0 | 15 | 324 | 137 | 55 |
| Binary | 110 | 1101011 | 11011111 | 1100001 | 110100 | 0 | 1101 | 11010100 | 1011111 | 101101 |
Color Harmonies of #066BDF
Complementary color
Monochromatic Colors of #066BDF
Black with #066BDF
Text Example
Text Example
White with #066BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066BDF; }
p { color: rgb(6,107,223); }
H1.HeaderClassName
{
color: #066BDF;
}
.AnyTagClassName
{
color: #066BDF;
}
</style>
background-color css
<style>
a { background-color: #066BDF; }
a { background-color: rgb(6,107,223); }
div.DivClassName
{
background-color: #066BDF;
}
.BgClassName
{
background-color: #066BDF;
}
</style>
border-color css
<style>
span { border-color: #066BDF; }
span { border-color: rgb(6,107,223); }
td.TdClassName
{
border-color: #066BDF;
}
.TagClassName
{
border-color: #066BDF;
}
</style>