Shades of Navy Blue #0675DD
Tints of Navy Blue #0675DD
RGB
CMYK
RGB Variations
Color information
#0675DD (or 0x0675DD) is known color: Navy Blue. HEX triplet: 06, 75 and DD. RGB value is (6,117,221). Sum of RGB (Red+Green+Blue) = 6+117+221=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #0675DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0675DD is #F98A22. Grayscale: #5F5F5F. Windows color (decimal): -16353827 or 14513414. OLE color: 14513414.
HSL color Cylindrical-coordinate representation of color #0675DD: hue angle of 209.02º 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 #0675DD is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 117 | 221 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.13 |
| HSL | 209.02º | 0.95% | 0.45% | - |
| HSV(B) | 209.02º | 0.97% | 0.87% | - |
| XYZ | 19.49 | 17.98 | 70.85 | - |
| YUV | 95.67 | 198.73 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 221 | 0.97 | 0.47 | 0 | 0.13 | 209.02 | 0.95 | 0.45 |
| Hex | 6 | 75 | DD | 61 | 2F | 0 | D | D1 | 5F | 2D |
| Octal | 6 | 165 | 335 | 141 | 57 | 0 | 15 | 321 | 137 | 55 |
| Binary | 110 | 1110101 | 11011101 | 1100001 | 101111 | 0 | 1101 | 11010001 | 1011111 | 101101 |
Color Harmonies of #0675DD
Complementary color
Monochromatic Colors of #0675DD
Black with #0675DD
Text Example
Text Example
White with #0675DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0675DD; }
p { color: rgb(6,117,221); }
H1.HeaderClassName
{
color: #0675DD;
}
.AnyTagClassName
{
color: #0675DD;
}
</style>
background-color css
<style>
a { background-color: #0675DD; }
a { background-color: rgb(6,117,221); }
div.DivClassName
{
background-color: #0675DD;
}
.BgClassName
{
background-color: #0675DD;
}
</style>
border-color css
<style>
span { border-color: #0675DD; }
span { border-color: rgb(6,117,221); }
td.TdClassName
{
border-color: #0675DD;
}
.TagClassName
{
border-color: #0675DD;
}
</style>