Shades of Navy Blue #0675DA
Tints of Navy Blue #0675DA
RGB
CMYK
RGB Variations
Color information
#0675DA (or 0x0675DA) is known color: Navy Blue. HEX triplet: 06, 75 and DA. RGB value is (6,117,218). Sum of RGB (Red+Green+Blue) = 6+117+218=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #0675DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0675DA is #F98A25. Grayscale: #5E5E5E. Windows color (decimal): -16353830 or 14316806. OLE color: 14316806.
HSL color Cylindrical-coordinate representation of color #0675DA: hue angle of 208.58º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0675DA is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 117 | 218 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.15 |
| HSL | 208.58º | 0.95% | 0.44% | - |
| HSV(B) | 208.58º | 0.97% | 0.85% | - |
| XYZ | 19.09 | 17.82 | 68.76 | - |
| YUV | 95.33 | 197.23 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 218 | 0.97 | 0.46 | 0 | 0.15 | 208.58 | 0.95 | 0.44 |
| Hex | 6 | 75 | DA | 61 | 2E | 0 | F | D1 | 5F | 2C |
| Octal | 6 | 165 | 332 | 141 | 56 | 0 | 17 | 321 | 137 | 54 |
| Binary | 110 | 1110101 | 11011010 | 1100001 | 101110 | 0 | 1111 | 11010001 | 1011111 | 101100 |
Color Harmonies of #0675DA
Complementary color
Monochromatic Colors of #0675DA
Black with #0675DA
Text Example
Text Example
White with #0675DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0675DA; }
p { color: rgb(6,117,218); }
H1.HeaderClassName
{
color: #0675DA;
}
.AnyTagClassName
{
color: #0675DA;
}
</style>
background-color css
<style>
a { background-color: #0675DA; }
a { background-color: rgb(6,117,218); }
div.DivClassName
{
background-color: #0675DA;
}
.BgClassName
{
background-color: #0675DA;
}
</style>
border-color css
<style>
span { border-color: #0675DA; }
span { border-color: rgb(6,117,218); }
td.TdClassName
{
border-color: #0675DA;
}
.TagClassName
{
border-color: #0675DA;
}
</style>