Shades of Navy Blue #0075CF
Tints of Navy Blue #0075CF
RGB
CMYK
RGB Variations
Color information
#0075CF (or 0x0075CF) is known color: Navy Blue. HEX triplet: 00, 75 and CF. RGB value is (0,117,207). Sum of RGB (Red+Green+Blue) = 0+117+207=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #0075CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0075CF is #FF8A30. Grayscale: #5B5B5B. Windows color (decimal): -16747057 or 13595904. OLE color: 13595904.
HSL color Cylindrical-coordinate representation of color #0075CF: hue angle of 206.09º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0075CF is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 117 | 207 | - |
| CMYK | 1 | 0.43 | 0 | 0.19 |
| HSL | 206.09º | 1% | 0.41% | - |
| HSV(B) | 206.09º | 1% | 0.81% | - |
| XYZ | 17.62 | 17.23 | 61.43 | - |
| YUV | 92.28 | 192.74 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 207 | 1 | 0.43 | 0 | 0.19 | 206.09 | 1 | 0.41 |
| Hex | 0 | 75 | CF | 64 | 2B | 0 | 13 | CE | 64 | 29 |
| Octal | 0 | 165 | 317 | 144 | 53 | 0 | 23 | 316 | 144 | 51 |
| Binary | 0 | 1110101 | 11001111 | 1100100 | 101011 | 0 | 10011 | 11001110 | 1100100 | 101001 |
Color Harmonies of #0075CF
Complementary color
Monochromatic Colors of #0075CF
Black with #0075CF
Text Example
Text Example
White with #0075CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0075CF; }
p { color: rgb(0,117,207); }
H1.HeaderClassName
{
color: #0075CF;
}
.AnyTagClassName
{
color: #0075CF;
}
</style>
background-color css
<style>
a { background-color: #0075CF; }
a { background-color: rgb(0,117,207); }
div.DivClassName
{
background-color: #0075CF;
}
.BgClassName
{
background-color: #0075CF;
}
</style>
border-color css
<style>
span { border-color: #0075CF; }
span { border-color: rgb(0,117,207); }
td.TdClassName
{
border-color: #0075CF;
}
.TagClassName
{
border-color: #0075CF;
}
</style>