Shades of Navy Blue #0675EB
Tints of Navy Blue #0675EB
RGB
CMYK
RGB Variations
Color information
#0675EB (or 0x0675EB) is known color: Navy Blue. HEX triplet: 06, 75 and EB. RGB value is (6,117,235). Sum of RGB (Red+Green+Blue) = 6+117+235=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #0675EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0675EB is #F98A14. Grayscale: #606060. Windows color (decimal): -16353813 or 15430918. OLE color: 15430918.
HSL color Cylindrical-coordinate representation of color #0675EB: hue angle of 210.92º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0675EB is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 117 | 235 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.08 |
| HSL | 210.92º | 0.95% | 0.47% | - |
| HSV(B) | 210.92º | 0.97% | 0.92% | - |
| XYZ | 21.43 | 18.76 | 81.09 | - |
| YUV | 97.26 | 205.73 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 235 | 0.97 | 0.50 | 0 | 0.08 | 210.92 | 0.95 | 0.47 |
| Hex | 6 | 75 | EB | 61 | 32 | 0 | 8 | D3 | 5F | 2F |
| Octal | 6 | 165 | 353 | 141 | 62 | 0 | 10 | 323 | 137 | 57 |
| Binary | 110 | 1110101 | 11101011 | 1100001 | 110010 | 0 | 1000 | 11010011 | 1011111 | 101111 |
Color Harmonies of #0675EB
Complementary color
Monochromatic Colors of #0675EB
Black with #0675EB
Text Example
Text Example
White with #0675EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0675EB; }
p { color: rgb(6,117,235); }
H1.HeaderClassName
{
color: #0675EB;
}
.AnyTagClassName
{
color: #0675EB;
}
</style>
background-color css
<style>
a { background-color: #0675EB; }
a { background-color: rgb(6,117,235); }
div.DivClassName
{
background-color: #0675EB;
}
.BgClassName
{
background-color: #0675EB;
}
</style>
border-color css
<style>
span { border-color: #0675EB; }
span { border-color: rgb(6,117,235); }
td.TdClassName
{
border-color: #0675EB;
}
.TagClassName
{
border-color: #0675EB;
}
</style>