Shades of Navy Blue #0675DC
Tints of Navy Blue #0675DC
RGB
CMYK
RGB Variations
Color information
#0675DC (or 0x0675DC) is known color: Navy Blue. HEX triplet: 06, 75 and DC. RGB value is (6,117,220). Sum of RGB (Red+Green+Blue) = 6+117+220=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #0675DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0675DC is #F98A23. Grayscale: #5F5F5F. Windows color (decimal): -16353828 or 14447878. OLE color: 14447878.
HSL color Cylindrical-coordinate representation of color #0675DC: hue angle of 208.88º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0675DC is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 117 | 220 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.14 |
| HSL | 208.88º | 0.95% | 0.44% | - |
| HSV(B) | 208.88º | 0.97% | 0.86% | - |
| XYZ | 19.35 | 17.93 | 70.15 | - |
| YUV | 95.55 | 198.23 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 220 | 0.97 | 0.47 | 0 | 0.14 | 208.88 | 0.95 | 0.44 |
| Hex | 6 | 75 | DC | 61 | 2F | 0 | E | D1 | 5F | 2C |
| Octal | 6 | 165 | 334 | 141 | 57 | 0 | 16 | 321 | 137 | 54 |
| Binary | 110 | 1110101 | 11011100 | 1100001 | 101111 | 0 | 1110 | 11010001 | 1011111 | 101100 |
Color Harmonies of #0675DC
Complementary color
Monochromatic Colors of #0675DC
Black with #0675DC
Text Example
Text Example
White with #0675DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0675DC; }
p { color: rgb(6,117,220); }
H1.HeaderClassName
{
color: #0675DC;
}
.AnyTagClassName
{
color: #0675DC;
}
</style>
background-color css
<style>
a { background-color: #0675DC; }
a { background-color: rgb(6,117,220); }
div.DivClassName
{
background-color: #0675DC;
}
.BgClassName
{
background-color: #0675DC;
}
</style>
border-color css
<style>
span { border-color: #0675DC; }
span { border-color: rgb(6,117,220); }
td.TdClassName
{
border-color: #0675DC;
}
.TagClassName
{
border-color: #0675DC;
}
</style>