Shades of Navy Blue #0675CE
Tints of Navy Blue #0675CE
RGB
CMYK
RGB Variations
Color information
#0675CE (or 0x0675CE) is known color: Navy Blue. HEX triplet: 06, 75 and CE. RGB value is (6,117,206). Sum of RGB (Red+Green+Blue) = 6+117+206=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #0675CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0675CE is #F98A31. Grayscale: #5D5D5D. Windows color (decimal): -16353842 or 13530374. OLE color: 13530374.
HSL color Cylindrical-coordinate representation of color #0675CE: hue angle of 206.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0675CE is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 117 | 206 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.19 |
| HSL | 206.7º | 0.94% | 0.42% | - |
| HSV(B) | 206.7º | 0.97% | 0.81% | - |
| XYZ | 17.58 | 17.22 | 60.79 | - |
| YUV | 93.96 | 191.23 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 206 | 0.97 | 0.43 | 0 | 0.19 | 206.7 | 0.94 | 0.42 |
| Hex | 6 | 75 | CE | 61 | 2B | 0 | 13 | CF | 5E | 2A |
| Octal | 6 | 165 | 316 | 141 | 53 | 0 | 23 | 317 | 136 | 52 |
| Binary | 110 | 1110101 | 11001110 | 1100001 | 101011 | 0 | 10011 | 11001111 | 1011110 | 101010 |
Color Harmonies of #0675CE
Complementary color
Monochromatic Colors of #0675CE
Black with #0675CE
Text Example
Text Example
White with #0675CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0675CE; }
p { color: rgb(6,117,206); }
H1.HeaderClassName
{
color: #0675CE;
}
.AnyTagClassName
{
color: #0675CE;
}
</style>
background-color css
<style>
a { background-color: #0675CE; }
a { background-color: rgb(6,117,206); }
div.DivClassName
{
background-color: #0675CE;
}
.BgClassName
{
background-color: #0675CE;
}
</style>
border-color css
<style>
span { border-color: #0675CE; }
span { border-color: rgb(6,117,206); }
td.TdClassName
{
border-color: #0675CE;
}
.TagClassName
{
border-color: #0675CE;
}
</style>