Shades of Navy Blue #0675BD
Tints of Navy Blue #0675BD
RGB
CMYK
RGB Variations
Color information
#0675BD (or 0x0675BD) is known color: Navy Blue. HEX triplet: 06, 75 and BD. RGB value is (6,117,189). Sum of RGB (Red+Green+Blue) = 6+117+189=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #0675BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0675BD is #F98A42. Grayscale: #5B5B5B. Windows color (decimal): -16353859 or 12416262. OLE color: 12416262.
HSL color Cylindrical-coordinate representation of color #0675BD: hue angle of 203.61º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0675BD is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 117 | 189 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.26 |
| HSL | 203.61º | 0.94% | 0.38% | - |
| HSV(B) | 203.61º | 0.97% | 0.74% | - |
| XYZ | 15.62 | 16.44 | 50.49 | - |
| YUV | 92.02 | 182.73 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 189 | 0.97 | 0.38 | 0 | 0.26 | 203.61 | 0.94 | 0.38 |
| Hex | 6 | 75 | BD | 61 | 26 | 0 | 1A | CC | 5E | 26 |
| Octal | 6 | 165 | 275 | 141 | 46 | 0 | 32 | 314 | 136 | 46 |
| Binary | 110 | 1110101 | 10111101 | 1100001 | 100110 | 0 | 11010 | 11001100 | 1011110 | 100110 |
Color Harmonies of #0675BD
Complementary color
Monochromatic Colors of #0675BD
Black with #0675BD
Text Example
Text Example
White with #0675BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0675BD; }
p { color: rgb(6,117,189); }
H1.HeaderClassName
{
color: #0675BD;
}
.AnyTagClassName
{
color: #0675BD;
}
</style>
background-color css
<style>
a { background-color: #0675BD; }
a { background-color: rgb(6,117,189); }
div.DivClassName
{
background-color: #0675BD;
}
.BgClassName
{
background-color: #0675BD;
}
</style>
border-color css
<style>
span { border-color: #0675BD; }
span { border-color: rgb(6,117,189); }
td.TdClassName
{
border-color: #0675BD;
}
.TagClassName
{
border-color: #0675BD;
}
</style>