Shades of Navy Blue #0950CF
Tints of Navy Blue #0950CF
RGB
CMYK
RGB Variations
Color information
#0950CF (or 0x0950CF) is known color: Navy Blue. HEX triplet: 09, 50 and CF. RGB value is (9,80,207). Sum of RGB (Red+Green+Blue) = 9+80+207=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #0950CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0950CF is #F6AF30. Grayscale: #484848. Windows color (decimal): -16166705 or 13586441. OLE color: 13586441.
HSL color Cylindrical-coordinate representation of color #0950CF: hue angle of 218.48º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0950CF is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 80 | 207 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.19 |
| HSL | 218.48º | 0.92% | 0.42% | - |
| HSV(B) | 218.48º | 0.96% | 0.81% | - |
| XYZ | 14.24 | 10.3 | 60.27 | - |
| YUV | 73.25 | 203.48 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 207 | 0.96 | 0.61 | 0 | 0.19 | 218.48 | 0.92 | 0.42 |
| Hex | 9 | 50 | CF | 60 | 3D | 0 | 13 | DA | 5C | 2A |
| Octal | 11 | 120 | 317 | 140 | 75 | 0 | 23 | 332 | 134 | 52 |
| Binary | 1001 | 1010000 | 11001111 | 1100000 | 111101 | 0 | 10011 | 11011010 | 1011100 | 101010 |
Color Harmonies of #0950CF
Complementary color
Monochromatic Colors of #0950CF
Black with #0950CF
Text Example
Text Example
White with #0950CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0950CF; }
p { color: rgb(9,80,207); }
H1.HeaderClassName
{
color: #0950CF;
}
.AnyTagClassName
{
color: #0950CF;
}
</style>
background-color css
<style>
a { background-color: #0950CF; }
a { background-color: rgb(9,80,207); }
div.DivClassName
{
background-color: #0950CF;
}
.BgClassName
{
background-color: #0950CF;
}
</style>
border-color css
<style>
span { border-color: #0950CF; }
span { border-color: rgb(9,80,207); }
td.TdClassName
{
border-color: #0950CF;
}
.TagClassName
{
border-color: #0950CF;
}
</style>